do not define HAVE_ALTIVEC_H on osx with gcc4

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15397 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nplourde 2005-05-10 00:57:43 +00:00
parent e9e2244616
commit 2fe93ee886
1 changed files with 3 additions and 0 deletions

3
configure vendored
View File

@ -3220,6 +3220,9 @@ EOF
_aomodules="macosx $_aomodules"
_vosrc="$_vosrc vo_quartz.c"
_vomodules="quartz $_vomodules"
if test "$_cc_major" -ge "4" ; then
_def_altivec_h='#undef HAVE_ALTIVEC_H'
fi
else
_macosx=no
_def_macosx='#undef MACOSX'