1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00

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
This commit is contained in:
diego 2008-05-01 17:48:38 +00:00
parent 926b32f487
commit 6ff2ac06fd

2
configure vendored
View File

@ -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"