/usr* filters all sources when building in /usr/src, which is probably
not intended.
---
tests/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile b/tests/Makefile
index ab83ae855d..2c67095052 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -228,7 +228,7 @@ coverage.info: TAG = LCOV
coverage.info:
$(M)lcov -q -d $(CURDIR) -b $(patsubst src%,./,$(SRC_LINK)) --capture |
\
sed "s,$(CURDIR)/\./,$(CURDIR)/," > [email protected]
- $(M)lcov -q --remove [email protected] "/usr*" > $@
+ $(M)lcov -q --remove [email protected] "/usr/include*" > $@
$(Q)$(RM) [email protected]
lcov: TAG = GENHTML
--
2.11.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel