Changeset 1091

Show
Ignore:
Timestamp:
07/08/09 01:31:06 (13 months ago)
Author:
astrange
Message:

Turn off 3Dnow since no Mac supports it.
Also turn on runtime cpudetection in case anyone ever wants it.
(it doesn't do anything in ffmpeg, only in swscale)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/createStaticLibs.sh

    r1089 r1091  
    77fi 
    88 
    9 generalConfigureOptions="--disable-muxers --disable-encoders --disable-stripping --enable-pthreads --disable-ffmpeg --disable-network --disable-ffplay --disable-ffserver" 
     9generalConfigureOptions="--disable-muxers --disable-encoders --disable-stripping --disable-amd3dnow --enable-runtime-cpudetect --enable-pthreads --disable-ffmpeg --disable-network --disable-ffplay --disable-ffserver" 
    1010cflags="-isysroot $SDKROOT -mmacosx-version-min=$MACOSX_DEPLOYMENT_TARGET -g -Dattribute_deprecated= -w" 
    1111