diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-05-30 10:11:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-05-30 10:11:50 +0000 |
commit | de3e16ee1421f3ff1506973317074a0ccb77d112 (patch) | |
tree | 272ee1aa31375e717bc404d3b657f44e32657290 /configure | |
parent | 78728064c361b213ad9b0e8dd77156e20ea0f88e (diff) | |
download | ffmpeg-de3e16ee1421f3ff1506973317074a0ccb77d112.tar.gz |
10l: Add useless backslashes in AltiVec CFLAGS test.
Originally committed as revision 13553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |