diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-01 17:48:38 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-01 17:48:38 +0000 |
commit | 6ff2ac06fdd45e8907dafa31b91a7b8f8f19668c (patch) | |
tree | 45b703909fa6e4245ebd1bc79bcb0dc5ce9fe18f | |
parent | 926b32f487afd279a37ad37185feb5bc0f93f8e8 (diff) |
Always run the GCC AltiVec test so that the correct AltiVec CFLAGS get picked
up. They are needed even on machines without AltiVec for the altivec.h check.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26642 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2408,7 +2408,6 @@ if ppc ; then _altivec_gcc_flags='' - if test "$_altivec" = yes -o "$_runtime_cpudetection" = yes ; then echocheck "GCC altivec support" p='' @@ -2444,7 +2443,6 @@ EOF fi echores "$p" - fi # check if <altivec.h> should be included echocheck "altivec.h" |