Browse Source

Remove mentions of a nonexistent avversion.h

Signed-off-by: Martin Storsjö <martin@martin.st>
Martin Storsjö 3 years ago
parent
commit
8a00caf309
2 changed files with 1 additions and 2 deletions
  1. 0 1
      .gitignore
  2. 1 1
      Makefile

+ 0 - 1
.gitignore

@@ -36,7 +36,6 @@
 /config.asm
 /config.h
 /coverage.info
-/avversion.h
 /lcov/
 /src
 /mapfile

+ 1 - 1
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 \