[MPlayer-cvslog] r28299 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Jan 11 14:33:45 CET 2009
Author: diego
Date: Sun Jan 11 14:33:44 2009
New Revision: 28299
Log:
Only check for YASM support on x86 systems.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 11 13:58:06 2009 (r28298)
+++ trunk/configure Sun Jan 11 14:33:44 2009 (r28299)
@@ -2432,6 +2432,7 @@ else
fi
echores $_asmalign_pot
+if x86 ; then
echocheck "yasm"
if test -z "$YASMFLAGS" ; then
if darwin ; then
@@ -2466,6 +2467,8 @@ else
_have_yasm="no"
echores "no"
fi
+fi #if x86
+
#FIXME: This should happen before the check for CFLAGS..
if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then
More information about the MPlayer-cvslog
mailing list