mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
Makefile: delete config_components.h on distclean
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
cb9f17cd28
commit
3feabcd5ef
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -159,7 +159,7 @@ clean::
|
|||
$(RM) -rf coverage.info coverage.info.in lcov
|
||||
|
||||
distclean:: clean
|
||||
$(RM) .version config.asm config.h mapfile \
|
||||
$(RM) .version config.asm config.h config_components.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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue