root/trunk/Patches/ffmpeg-faltivec.diff
| Revision 962, 0.6 kB (checked in by astrange, 1 month ago) |
|---|
-
ffmpeg/configure
old new 1589 1589 1590 1590 # AltiVec flags: The FSF version of GCC differs from the Apple version 1591 1591 if enabled altivec; then 1592 check_cflags -faltivec || 1592 1593 check_cflags -maltivec -mabi=altivec && 1593 { check_header altivec.h && inc_altivec_h="#include <altivec.h>" ; } || 1594 check_cflags -faltivec 1594 { check_header altivec.h && inc_altivec_h="#include <altivec.h>" ; } 1595 1595 1596 1596 # check if our compiler supports Motorola AltiVec C API 1597 1597 check_cc <<EOF || disable altivec
Note: See TracBrowser for help on using the browser.
