Changeset 185

Show
Ignore:
Timestamp:
11/03/06 14:22:04 (2 years ago)
Author:
gbooker
Message:

Yet another files that doesn't build without some optimizations turned on.

Files:

Legend:

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

    r182 r185  
    4646if [ "$BUILD_STYLE" = "Development" ] ; then 
    4747        cd libavcodec 
    48         export CFLAGS="-O1 -fomit-frame-pointer"; make h264.o cabac.o 
     48        export CFLAGS="-O1 -fomit-frame-pointer"; make h264.o cabac.o i386/dsputil_mmx.o 
    4949        unset CFLAGS; 
    5050        cd ..