Changeset 860

Show
Ignore:
Timestamp:
04/20/08 20:12:05 (6 months ago)
Author:
astrange
Message:

Possibly fix the Xcode 3.0 build by disabling all the assembly, until someone updates the patch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/createStaticLibs.sh

    r844 r860  
    2424else 
    2525    #no-pic only on pre-leopard 
    26     generalConfigureOptions="$generalConfigureOptions --disable-decoder=cavs --disable-decoder=vc1 --disable-decoder=wmv3 --enable-shared" 
     26    echo "warning: Due to issues with Xcode 3.0, Perian will run very slowly! Please get the iPhone SDK or fix Patches/ffmpeg.diff!"; 
     27    generalConfigureOptions="$generalConfigureOptions --disable-decoder=cavs --disable-decoder=vc1 --disable-decoder=wmv3 --disable-mmx --enable-shared" 
    2728fi  
    2829