From 8a00caf309bf248863f10e78b6836f1f537ee28b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 23 Feb 2022 16:39:00 +0200 Subject: [PATCH] Remove mentions of a nonexistent avversion.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- .gitignore | 1 - Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a5bb29ad5..f06d853edf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,7 +36,6 @@ /config.asm /config.h /coverage.info -/avversion.h /lcov/ /src /mapfile diff --git a/Makefile b/Makefile index 2d622ecd9c..1c38c522fb 100644 --- a/Makefile +++ b/Makefile @@ -159,7 +159,7 @@ clean:: $(RM) -rf coverage.info coverage.info.in lcov distclean:: clean - $(RM) .version avversion.h config.asm config.h mapfile \ + $(RM) .version config.asm config.h mapfile \ ffbuild/.config ffbuild/config.* libavutil/avconfig.h \ version.h libavutil/ffversion.h libavcodec/codec_names.h \ libavcodec/bsf_list.c libavformat/protocol_list.c \