On Sat, Apr 27, 2013 at 07:48:31PM +0200, [email protected] wrote:
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -130,6 +130,8 @@ fate-list:
>  coverage.info: TAG = LCOV
>  coverage.info:
>       $(M)lcov -q -d $(CURDIR) -b $(SRC_PATH) --capture -o $@
> +     @sed -i "s,$(CURDIR)/\./,$(CURDIR)/," $@
> +     $(M)lcov -q --remove $@ "/usr/include*" -o $@

-i is a GNU extension to sed.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to