mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Makefile: remove old codec_names.h on distclean
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
54d7094f8b
commit
7621c3538f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -159,7 +159,7 @@ clean::
|
|||
|
||||
distclean::
|
||||
$(RM) $(DISTCLEANSUFFIXES)
|
||||
$(RM) config.* .version version.h libavutil/avconfig.h
|
||||
$(RM) config.* .version version.h libavutil/avconfig.h libavcodec/codec_names.h
|
||||
|
||||
config:
|
||||
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue