mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-27 21:40:34 +00:00
10l: Add useless backslashes in AltiVec CFLAGS test.
Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
78728064c3
commit
de3e16ee14
4
configure
vendored
4
configure
vendored
@ -1530,8 +1530,8 @@ fi
|
||||
|
||||
# AltiVec flags: The FSF version of GCC differs from the Apple version
|
||||
if enabled altivec; then
|
||||
check_cflags -maltivec -mabi=altivec &&
|
||||
check_header altivec.h ||
|
||||
check_cflags -maltivec -mabi=altivec && \
|
||||
check_header altivec.h || \
|
||||
check_cflags -faltivec
|
||||
|
||||
# check if our compiler supports Motorola AltiVec C API
|
||||
|
Loading…
Reference in New Issue
Block a user