summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 19:05:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 19:05:52 +0000
commitaaf66caefd847a10eda1a3e742a54bdc627fcc58 (patch)
tree396cf31d92c47c080673837cc302aeb391e66646 /configure
parent9171b9dbe69cf6231a2a9a7c1e845ddedd431e03 (diff)
downloadmpv-aaf66caefd847a10eda1a3e742a54bdc627fcc58.tar.bz2
mpv-aaf66caefd847a10eda1a3e742a54bdc627fcc58.tar.xz
Only run AltiVec compiler tests on PowerPC.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26830 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 54cdfff004..9961d40703 100755
--- a/configure
+++ b/configure
@@ -2415,7 +2415,7 @@ echores $_asmalign_pot
#FIXME: This should happen before the check for CFLAGS..
-if test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ; then
+if ppc && ( test "$_altivec" = yes || test "$_runtime_cpudetection" = yes ) ; then
# check if AltiVec is supported by the compiler, and how to enable it
echocheck "GCC AltiVec flags"