This is more consistent, and doing it earlier is harmless.
Signed-off-by: Mans Rullgard <[email protected]>
---
configure | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 75e077b..c4f0da5 100755
--- a/configure
+++ b/configure
@@ -1709,6 +1709,8 @@ LIB_INSTALL_EXTRA_CMD='$$(RANLIB) "$(LIBDIR)/$(LIBNAME)"'
SLIB_INSTALL_NAME='$(SLIBNAME_WITH_VERSION)'
SLIB_INSTALL_LINKS='$(SLIBNAME_WITH_MAJOR) $(SLIBNAME)'
+asflags_filter=echo
+cflags_filter=echo
ldflags_filter=echo
AS_O='-o $@'
@@ -1950,9 +1952,6 @@ EOF
die "Sanity test failed."
fi
-asflags_filter=echo
-cflags_filter=echo
-
if $cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
cc_type=llvm_gcc
gcc_extra_ver=$(expr "$($cc --version | head -n1)" : '.*\((.*)\)')
--
1.7.11.1
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel