summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-02-23 16:39:00 +0200
committerMartin Storsjö <martin@martin.st>2022-02-25 11:01:17 +0200
commit8a00caf309bf248863f10e78b6836f1f537ee28b (patch)
tree1a0407a9e08689a6b686cfdaa8de715a8855679e /Makefile
parent1dddb930aaf0cadaa19f86e81225c9c352745262 (diff)
downloadffmpeg-8a00caf309bf248863f10e78b6836f1f537ee28b.tar.gz
Remove mentions of a nonexistent avversion.h
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 \