summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 13:33:44 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 13:33:44 +0000
commit7e5899961efb6abddc30217b27afe9b0a74cee87 (patch)
tree4a93c07776d5976a3537679120835385964a8df2 /configure
parent7daf30cd9c12fcd86791cd062ba5141241c6394b (diff)
downloadmpv-7e5899961efb6abddc30217b27afe9b0a74cee87.tar.bz2
mpv-7e5899961efb6abddc30217b27afe9b0a74cee87.tar.xz
Only check for YASM support on x86 systems.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28299 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
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