mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 04:15:13 +00:00
Output a better informative message if no AltiVec CFLAGS can be found.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26838 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a2fda39c21
commit
a560f84301
2
configure
vendored
2
configure
vendored
@ -2425,7 +2425,7 @@ EOF
|
||||
cc_check -maltivec -mabi=altivec \
|
||||
&& _altivec_gcc_flags="-maltivec -mabi=altivec" \
|
||||
|| { cc_check -faltivec && _altivec_gcc_flags=-faltivec ; } \
|
||||
|| _altivec=no
|
||||
|| { _altivec=no && _altivec_gcc_flags="none, AltiVec disabled" ; }
|
||||
echores "$_altivec_gcc_flags"
|
||||
|
||||
# check if <altivec.h> should be included
|
||||
|
Loading…
Reference in New Issue
Block a user