0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Only check for YASM support on x86 systems.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28299 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-11 13:33:44 +00:00
parent 7daf30cd9c
commit 7e5899961e

3
configure vendored
View File

@ -2432,6 +2432,7 @@ else
fi fi
echores $_asmalign_pot echores $_asmalign_pot
if x86 ; then
echocheck "yasm" echocheck "yasm"
if test -z "$YASMFLAGS" ; then if test -z "$YASMFLAGS" ; then
if darwin ; then if darwin ; then
@ -2466,6 +2467,8 @@ else
_have_yasm="no" _have_yasm="no"
echores "no" echores "no"
fi fi
fi #if x86
#FIXME: This should happen before the check for CFLAGS.. #FIXME: This should happen before the check for CFLAGS..
if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then