diff options
author | Måns Rullgård <mans@mansr.com> | 2010-02-20 13:19:34 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-02-20 13:19:34 +0000 |
commit | 2897dc780acd93a987bfb52a4275bf244826af66 (patch) | |
tree | 0d75d15bfb094f52a85c367517a1cffe071f651d /Makefile | |
parent | b6fa8e35f28f0cbb3c02a467832b178926732d5e (diff) | |
download | ffmpeg-2897dc780acd93a987bfb52a4275bf244826af66.tar.gz |
Delete avconfig.h on distclean
Originally committed as revision 21920 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ clean:: testclean distclean:: rm -f $(DISTCLEANSUFFIXES) - rm -f version.h config.* + rm -f version.h config.* libavutil/avconfig.h config: $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION) |