diff options
author | Martin Storsjö <martin@martin.st> | 2022-02-23 16:39:00 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-02-25 11:01:17 +0200 |
commit | 8a00caf309bf248863f10e78b6836f1f537ee28b (patch) | |
tree | 1a0407a9e08689a6b686cfdaa8de715a8855679e /Makefile | |
parent | 1dddb930aaf0cadaa19f86e81225c9c352745262 (diff) | |
download | ffmpeg-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |