Skip to content

Commit

Permalink
Including ffmpeg patch in build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raptor399 committed Apr 6, 2012
1 parent ad1dc1c commit 4c74101
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,9 @@ build_ffmpeg() {
--disable-shared --enable-static --prefix=$TARGET
fi

# Apply SB patch that was used for the Windows version
patch -p1 < ./../../../../contrib/mplayer-r34836-SB29-ffmpeg-49891784.patch
exit_on_error

$MAKE -j$THREADS
exit_on_error
Expand Down Expand Up @@ -1367,12 +1370,12 @@ build_tsmuxer() {
cd $SRC

if is_osx; then
if [ ! -d tsMuxeR_$VERSION_TSMUXER ]; then
createdir tsMuxeR_$VERSION_TSMUXER
if [ ! -d tsMuxeR_${VERSION_TSMUXER} ]; then
createdir tsMuxeR_${VERSION_TSMUXER}
# Nothing to build. Just open the disk image, copy the binary and detach the disk image
$HDID ./../src/tsMuxeR_$VERSION_TSMUXER.dmg
$HDID ./../src/tsMuxeR__${VERSION_TSMUXER}.dmg
exit_on_error
cp -f /Volumes/tsMuxeR/tsMuxerGUI.app/Contents/MacOS/tsMuxeR tsMuxeR_$VERSION_TSMUXER/tsMuxeR
cp -f /Volumes/tsMuxeR/tsMuxerGUI.app/Contents/MacOS/tsMuxeR tsMuxeR_${VERSION_TSMUXER}/tsMuxeR
$HDIUTIL detach /Volumes/tsMuxeR
fi
else
Expand Down

0 comments on commit 4c74101

Please sign in to comment.