Skip to content

Commit

Permalink
Updated MPlayer to SB26 from SB25 in the build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Mar 6, 2012
1 parent 3a6c5e5 commit 1ee1869
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 5,661 deletions.
2 changes: 1 addition & 1 deletion contrib/binaries-deps-versions
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ VERSION_LIBVORBIS=1.3.2
VERSION_LIBTHEORA=1.1.1
VERSION_LIBZEN=0.4.23
VERSION_LZO=2.04
VERSION_MPLAYER=34728
VERSION_MPLAYER=34780
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=release-1.50.0
VERSION_TSMUXER=1.10.6
Expand Down
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-r34728-SB25.patch
patch -p0 < ./../../../../contrib/mplayer-r34780-SB26.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-r34728-SB25.patch
patch -p0 < ./../../../../contrib/mplayer-r34780-SB26.patch
exit_on_error

# mplayer configure patch for r34587-SB22
Expand Down
Loading

0 comments on commit 1ee1869

Please sign in to comment.