Exit "Please run ./configure first." ;
}
-HB_VERSION = 0.7.0 ;
+HB_VERSION = 0.7.1-cvs ;
HB_BUILD = 2005110400 ;
DEFINES += HB_VERSION=\\\"$(HB_VERSION)\\\" HB_BUILD=$(HB_BUILD) ;
LANGUAGES = fr de it pl ru nl es pt ja ;
# libavcodec
rule LibAvCodec
{
+ if $(OS) = MACOSX && $(OSPLAT) = X86
+ {
+ FFMPEG_OPTIONS = --disable-mmx ;
+ }
Depends $(<) : $(>) ;
Depends lib : $(<) ;
}
{
cd `dirname $(>)` && CONTRIB=`pwd` &&
rm -rf ffmpeg && tar xzf ffmpeg.tar.gz && cd ffmpeg &&
- ./configure --prefix=$CONTRIB --enable-gpl &&
+ ./configure --prefix=$CONTRIB $(FFMPEG_OPTIONS) --enable-gpl &&
make -C libavcodec && make -C libavutil &&
make -C libavcodec installlib && make -C libavutil installlib &&
strip -S $CONTRIB/lib/libavcodec.a
<key>CFBundleExecutable</key>
<string>HandBrake</string>
<key>CFBundleGetInfoString</key>
- <string>0.7.0</string>
+ <string>0.7.1-cvs</string>
<key>CFBundleIconFile</key>
<string>HandBrake.icns</string>
<key>CFBundleIdentifier</key>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>0.7.0</string>
+ <string>0.7.1-cvs</string>
<key>CFBundleSignature</key>
<string>HB##</string>
<key>CFBundleVersion</key>