[MPlayer-cvslog] r29232 - trunk/configure
diego
subversion at mplayerhq.hu
Sat Apr 25 18:37:08 CEST 2009
Author: diego
Date: Sat Apr 25 18:37:08 2009
New Revision: 29232
Log:
typo in XFORM asm check, noticed by Emanuele Giaquinta
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sat Apr 25 14:34:24 2009 (r29231)
+++ trunk/configure Sat Apr 25 18:37:08 2009 (r29232)
@@ -2616,7 +2616,7 @@ def_xform_asm='#define HAVE_XFORM_ASM 0'
xform_asm=no
echocheck "XFORM ASM support"
cat > $TMPC << EOF
-int main(void) { __asm__ volatile ("lwzx 0, %y0" :: "Z"(*(int*)0)"); return 0; }
+int main(void) { __asm__ volatile ("lwzx 0, %y0" :: "Z"(*(int*)0)); return 0; }
EOF
cc_check && xform_asm=yes && def_xform_asm='#define HAVE_XFORM_ASM 1'
echores "$xform_asm"
More information about the MPlayer-cvslog
mailing list