1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

10l: Add missing parentheses in AltiVec test logic.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26807 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-18 15:49:31 +00:00
parent 96bd17e550
commit ed2e3a2199

2
configure vendored
View File

@ -2424,7 +2424,7 @@ int main(void) { return 0; }
EOF
cc_check -maltivec -mabi=altivec \
&& _altivec_gcc_flags="-maltivec -mabi=altivec" \
|| cc_check -faltivec && _altivec_gcc_flags=-faltivec \
|| ( cc_check -faltivec && _altivec_gcc_flags=-faltivec ) \
|| _altivec=no
echores "$_altivec_gcc_flags"