You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
Makefile: remove config_components.asm on distclean
Forgotten in c607aae2b9.
Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -184,7 +184,7 @@ clean::
|
||||
$(RM) -rf coverage.info coverage.info.in lcov
|
||||
|
||||
distclean:: clean
|
||||
$(RM) .version config.asm config.h config_components.h mapfile \
|
||||
$(RM) .version config.asm config.h config_components.* 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 \
|
||||
|
||||
Reference in New Issue
Block a user