mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-17 17:25:10 +00:00
Delete avconfig.h on distclean
Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b6fa8e35f2
commit
2897dc780a
2
Makefile
2
Makefile
@ -139,7 +139,7 @@ clean:: testclean
|
|||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
rm -f $(DISTCLEANSUFFIXES)
|
rm -f $(DISTCLEANSUFFIXES)
|
||||||
rm -f version.h config.*
|
rm -f version.h config.* libavutil/avconfig.h
|
||||||
|
|
||||||
config:
|
config:
|
||||||
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
|
$(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
|
||||||
|
Loading…
Reference in New Issue
Block a user