mirror of https://github.com/mpv-player/mpv
Apple gcc defines __APPLE_ALTIVEC__ with -faltivec.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26011 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cee7af12b0
commit
9b3be6a2ca
|
@ -2444,7 +2444,7 @@ int main(void) {
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
FSF_flags='-maltivec -mabi=altivec'
|
FSF_flags='-maltivec -mabi=altivec'
|
||||||
Darwin_flags='-faltivec -D__APPLE_ALTIVEC__'
|
Darwin_flags='-faltivec'
|
||||||
|
|
||||||
# check for Darwin-style flags first, since
|
# check for Darwin-style flags first, since
|
||||||
# gcc-3.3 (August Update from Apple) on MacOS 10.2.8
|
# gcc-3.3 (August Update from Apple) on MacOS 10.2.8
|
||||||
|
|
Loading…
Reference in New Issue