[FFmpeg-cvslog] Remove mentions of a nonexistent avversion.h

Martin Storsjö git at videolan.org
Fri Feb 25 11:13:05 EET 2022


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Feb 23 16:39:00 2022 +0200| [8a00caf309bf248863f10e78b6836f1f537ee28b] | committer: Martin Storsjö

Remove mentions of a nonexistent avversion.h

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a00caf309bf248863f10e78b6836f1f537ee28b
---

 .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 \



More information about the ffmpeg-cvslog mailing list