[FFmpeg-cvslog] r16560 - trunk/configure

ramiro subversion
Mon Jan 12 00:15:13 CET 2009


Author: ramiro
Date: Mon Jan 12 00:15:13 2009
New Revision: 16560

Log:
Pass subarch instead of arch to YASMFLAGS

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Jan 11 23:48:07 2009	(r16559)
+++ trunk/configure	Mon Jan 12 00:15:13 2009	(r16560)
@@ -1750,7 +1750,7 @@ EOF
 
     check_asm bswap '"bswap %%eax" ::: "%eax"'
 
-    YASMFLAGS="-f $objformat -DARCH_$(toupper $arch)"
+    YASMFLAGS="-f $objformat -DARCH_$(toupper $subarch)"
     enabled     x86_64        && append YASMFLAGS "-m amd64"
     enabled_all x86_64 shared && append YASMFLAGS "-DPIC"
     case "$objformat" in




More information about the ffmpeg-cvslog mailing list