summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 05a7ae2d05..49033816ab 100644
--- a/Makefile
+++ b/Makefile
@@ -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)