[FFmpeg-cvslog] r20466 - trunk/configure

mru subversion
Thu Nov 5 22:48:09 CET 2009


Author: mru
Date: Thu Nov  5 22:48:09 2009
New Revision: 20466

Log:
PPC: make inline asm xform address test work with Apple tools

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Nov  5 22:48:05 2009	(r20465)
+++ trunk/configure	Thu Nov  5 22:48:09 2009	(r20466)
@@ -2163,7 +2163,7 @@ elif enabled ppc; then
 
     check_asm dcbzl     '"dcbzl 0, 1"'
     check_asm ppc4xx    '"maclhw r10, r11, r12"'
-    check_asm xform_asm '"lwzx 0, %y0" :: "Z"(*(int*)0)'
+    check_asm xform_asm '"lwzx %1, %y0" :: "Z"(*(int*)0), "r"(0)'
 
     # AltiVec flags: The FSF version of GCC differs from the Apple version
     if enabled altivec; then



More information about the ffmpeg-cvslog mailing list