]> git.sesse.net Git - ffmpeg/blobdiff - Makefile
vc2enc: print the average quantization index at the end
[ffmpeg] / Makefile
index e484249065c8eae2cd1d219528a9f0b8e5bdc084..87a986965742280bbda3949d34a87e354a96f798 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -177,11 +177,14 @@ clean::
        $(RM) $(CLEANSUFFIXES)
        $(RM) $(CLEANSUFFIXES:%=tools/%)
        $(RM) -r coverage-html
-       $(RM) -rf coverage.info lcov
+       $(RM) -rf coverage.info coverage.info.in lcov
 
 distclean::
        $(RM) $(DISTCLEANSUFFIXES)
-       $(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h src
+       $(RM) config.* .config libavutil/avconfig.h .version avversion.h version.h libavutil/ffversion.h libavcodec/codec_names.h
+ifeq ($(SRC_LINK),src)
+       $(RM) src
+endif
        $(RM) -rf doc/examples/pc-uninstalled
 
 config: