From 7e5899961efb6abddc30217b27afe9b0a74cee87 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 11 Jan 2009 13:33:44 +0000 Subject: Only check for YASM support on x86 systems. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28299 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 2cde77b630..edcb679fa6 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3