[FFmpeg-cvslog] configure: initialise all flag filters at the same place

Mans Rullgard git at videolan.org
Sun Jul 22 05:09:34 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Jul 20 12:20:23 2012 +0100| [68485d1f32ae92c15047c567657b33a71bbed1a3] | committer: Mans Rullgard

configure: initialise all flag filters at the same place

This is more consistent, and doing it earlier is harmless.

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68485d1f32ae92c15047c567657b33a71bbed1a3
---

 configure |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 9692921..d7ce44a 100755
--- a/configure
+++ b/configure
@@ -1708,6 +1708,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 $@'
@@ -1949,9 +1951,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)" : '.*\((.*)\)')



More information about the ffmpeg-cvslog mailing list