root/trunk/Patches/ffmpeg-faltivec.diff

Revision 962, 0.6 kB (checked in by astrange, 1 month ago)

Copy G3 fix from trunk and add some minor optimizations/memory bug fixes to the ffmpeg patches.

  • ffmpeg/configure

    old new  
    15891589 
    15901590# AltiVec flags: The FSF version of GCC differs from the Apple version 
    15911591if enabled altivec; then 
     1592    check_cflags -faltivec || 
    15921593    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>" ; } 
    15951595 
    15961596    # check if our compiler supports Motorola AltiVec C API 
    15971597    check_cc <<EOF || disable altivec 
Note: See TracBrowser for help on using the browser.