[MPlayer-cvslog] r32419 - trunk/configure

reimar subversion at mplayerhq.hu
Thu Sep 30 20:15:51 CEST 2010


Author: reimar
Date: Thu Sep 30 20:15:50 2010
New Revision: 32419

Log:
100l, actually add yasmdefines to YASMFLAGS.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep 30 12:05:25 2010	(r32418)
+++ trunk/configure	Thu Sep 30 20:15:50 2010	(r32419)
@@ -2706,7 +2706,7 @@ if test -z "$YASMFLAGS" ; then
   test "$pic" = "yes"      && yasmdefines="$yasmdefines -DPIC"
   test -n "$extern_prefix" && yasmdefines="$yasmdefines -DPREFIX"
 
-  YASMFLAGS="-f $objformat"
+  YASMFLAGS="-f $objformat $yasmdefines"
   x86_64 && YASMFLAGS="$YASMFLAGS -m amd64"
   case "$objformat" in
     elf) test $_debug && YASMFLAGS="$YASMFLAGS -g dwarf2" ;;


More information about the MPlayer-cvslog mailing list