]> git.sesse.net Git - ffmpeg/blobdiff - Makefile
Fix compilation on ARM with android gcc 4.7
[ffmpeg] / Makefile
index 2cafd408dca3b9a7d76927ec836362841d59063c..7addffbaad684104c496aabc7a5ef7854c092e45 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -154,8 +154,8 @@ clean::
        $(RM) $(ALLPROGS) $(ALLPROGS_G)
        $(RM) $(CLEANSUFFIXES)
        $(RM) $(CLEANSUFFIXES:%=tools/%)
-       $(RM) coverage.info
        $(RM) -r coverage-html
+       $(RM) -rf coverage.info lcov
 
 distclean::
        $(RM) $(DISTCLEANSUFFIXES)
@@ -164,15 +164,6 @@ distclean::
 config:
        $(SRC_PATH)/configure $(value FFMPEG_CONFIGURATION)
 
-# Without the sed genthml thinks "libavutil" and "./libavutil" are two different things
-coverage.info: $(wildcard *.gcda *.gcno */*.gcda */*.gcno */*/*.gcda */*/*.gcno)
-       $(Q)lcov -c -d . -b . | sed -e 's#/./#/#g' > $@
-
-coverage-html: coverage.info
-       $(Q)mkdir -p $@
-       $(Q)genhtml -o $@ $<
-       $(Q)touch $@
-
 check: all alltools examples testprogs fate
 
 include $(SRC_PATH)/doc/Makefile