[MPlayer-cvslog] r31007 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Apr 4 19:18:48 CEST 2010
Author: diego
Date: Sun Apr 4 19:18:47 2010
New Revision: 31007
Log:
Directly use CFLAGS for ASFLAGS instead of duplicating the variable content.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Apr 4 18:56:30 2010 (r31006)
+++ trunk/configure Sun Apr 4 19:18:47 2010 (r31007)
@@ -8455,7 +8455,7 @@ INSTALLSTRIP = $_install_strip
WINDRES = $_windres
CFLAGS = $CFLAGS $extra_cflags
-ASFLAGS = $CFLAGS $extra_cflags
+ASFLAGS = \$(CFLAGS)
CXXFLAGS = $CXXFLAGS $extra_cflags $extra_cxxflags
CFLAGS_DHAHELPER = $cflags_dhahelper
More information about the MPlayer-cvslog
mailing list