View Single Post
Old 2009-03-11, 11:28   Link #115
Starks
I see what you did there!
*Scanlator
 
 
Join Date: Apr 2004
Age: 36
Send a message via AIM to Starks
Greg seems to now have a detailed readme for using his git.

http://greg.geekmind.org/mplayer/git.txt

Quote:
Building MPlayer from ass_improvements branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

$ git clone http://greg.geekmind.org/git/mplayer.git
(sorry, only HTTP for now, I'm lazy.)
$ cd mplayer
$ git checkout origin/ass_improvements
Additionally, the branch origin/vdpau contains a few fixes (performance
improvements) to the VDPAU EOSD/ASS code.

You need to fetch a few additional sources:
$ for i in libavutil libavcodec libavformat libpostproc; do svn co svn://svn.ffmpeg.org/ffmpeg/trunk/$i $i; done; svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src libdvdread4; svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src libdvdnav

Now build everything as usual, e.g.
./configure && make && sudo make install

To get the newest changes, please use
$ git pull --rebase
instead of a regular pull; I use rebase to sync with MPlayer svn.
To update the externals, simply do
$ svn up *
in the root of the MPlayer source tree.
__________________
Starks is offline   Reply With Quote