Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Updated script to build MPlayer-SB20
Browse files Browse the repository at this point in the history
  • Loading branch information
SubJunk committed Jan 15, 2012
1 parent 122b589 commit 15a3ca9
Show file tree
Hide file tree
Showing 2 changed files with 249 additions and 249 deletions.
6 changes: 3 additions & 3 deletions contrib/build-pms-binaries.sh
Expand Up @@ -2,7 +2,7 @@
#
# build-pms-osx.sh
#
# Version: 2.0.4
# Version: 2.0.5
# Last updated: 2012-01-15
# Authors: Patrick Atoon, Happy-Neko
#
Expand Down Expand Up @@ -144,7 +144,7 @@ VERSION_LIBVORBIS=1.3.2
VERSION_LIBTHEORA=1.1.1
VERSION_LIBZEN=0.4.19
VERSION_LZO=2.04
VERSION_MPLAYER=34393
VERSION_MPLAYER=34561
VERSION_NCURSES=5.9
VERSION_PS3MEDIASERVER=2011-12-11
VERSION_TSMUXER=1.10.6
Expand Down Expand Up @@ -1405,7 +1405,7 @@ build_mplayer() {
# See https://svn.macports.org/ticket/30279

# Apply SB patch that was used for the Windows version
patch -p0 < ./../../mplayer-r34393-SB19.patch
patch -p0 < ./../../mplayer-r34561-SB20.patch

# Theora and vorbis support seems broken in this revision, disable it for now
./configure --cc=$GCC2 --disable-x11 --disable-gl --disable-qtx \
Expand Down

3 comments on commit 15a3ca9

@Raptor399
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, cool! :-)

Updated the OSX binaries accordingly to SB20 in r1019.
Thanks!

@SubJunk
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So how does this work now? Is MPlayer/MEncoder built with PS3MS or should I still update the Windows MPlayer builds on Google Code?

@Raptor399
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The binaries are only available on Google Code and are downloaded from there.
So yes, update the Windows binaries there. :-)

Please sign in to comment.