Skip to content

Commit

Permalink
Updated MPlayer to SB25 from SB22 in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Feb 16, 2012
1 parent b86e122 commit 7ddf716
Show file tree
Hide file tree
Showing 4 changed files with 5,662 additions and 635 deletions.
4 changes: 2 additions & 2 deletions contrib/binaries-deps-versions
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ VERSION_LIBVORBIS=1.3.2
VERSION_LIBTHEORA=1.1.1
VERSION_LIBZEN=0.4.23
VERSION_LZO=2.04
VERSION_MPLAYER=34587
VERSION_MPLAYER=34728
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=release-1.50.0
VERSION_TSMUXER=1.10.6
VERSION_X264=r2146
VERSION_X264=r2164
VERSION_XVID=1.3.1
VERSION_ZLIB=1.2.5
VERSION_YASM=1.2.0
4 changes: 2 additions & 2 deletions contrib/build-pms-binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1220,7 +1220,7 @@ build_mplayer() {
# See https://svn.macports.org/ticket/30279

# Apply SB patch that was used for the Windows version
patch -p0 < ./../../../../contrib/mplayer-r34587-SB22.patch
patch -p0 < ./../../../../contrib/mplayer-r34728-SB25.patch
exit_on_error

# Theora and vorbis support seems broken in this revision, disable it for now
Expand All @@ -1239,7 +1239,7 @@ build_mplayer() {
export LDFLAGS="$LDFLAGS -O4 -fomit-frame-pointer -pipe"

# Apply SB patch that was used for the Windows version
patch -p0 < ./../../../../contrib/mplayer-r34587-SB22.patch
patch -p0 < ./../../../../contrib/mplayer-r34728-SB25.patch
exit_on_error

# mplayer configure patch for r34587-SB22
Expand Down
Loading

0 comments on commit 7ddf716

Please sign in to comment.