View Single Post
Old 2009-02-28, 07:45   Link #112
Starks
I see what you did there!
*Scanlator
 
 
Join Date: Apr 2004
Age: 36
Send a message via AIM to Starks
Quote:
Originally Posted by greg- View Post
I now have a git repository. It contains my current libass work and a port of the EOSD/ASS rendering support to the new vo_vdpau driver, which now has been integrated into MPlayer.

git clone http://greg.geekmind.org/mplayer/mplayer.git mplayer
cd mplayer
git checkout origin/vdpau

You still need to fetch ffmpeg manually, e.g
svn co svn://svn.ffmpeg.org/ffmpeg/trunk/libavutil libavutil; svn co svn://svn.ffmpeg.org/ffmpeg/trunk/libavcodec libavcodec; svn co svn://svn.ffmpeg.org/ffmpeg/trunk/libavformat libavformat; svn co svn://svn.ffmpeg.org/ffmpeg/trunk/libpostproc libpostproc; svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdread/src libdvdread4; svn co svn://svn.mplayerhq.hu/dvdnav/trunk/libdvdnav/src libdvdnav

Now just build MPlayer as usual.

PS: if anything screws up on my side, be patient please. These are my first steps with git.
It seems that the git url has changed.

git clone http://greg.geekmind.org/git/mplayer.git mplayer
cd mplayer
git checkout origin/vdpau
git checkout origin/ass_improvements
__________________

Last edited by Starks; 2009-02-28 at 09:16.
Starks is offline   Reply With Quote