View Single Post
  #6 (permalink)  
Old 01-11-2007, 02:01 PM
Zoned's Avatar
Zoned   is offline
PS3Hax Senior Hacker
 
Join Date: Dec 2006
Posts: 47
Default Re: Mplayer - How to Install on PS3

Another way to get the "freshest" version of mplayer downloaded is to get the SVN version of mplayer source code. Run this as root in terminal window (cut and paste into command line and hit ENTER):

Quote:
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
cd mplayer
./configure --enable-gui --enable-largefiles --enable-menu
--enable-dynamic-plugins && make && sudo make install
Then follow the mplayer instructions for installing fonts, skins, and
binary codecs. You will need the PPC version of the codecs collection,
but it doesn't have anywhere near the number of codecs as the x86
version. On the other hand, most of the missing codecs are for obscure
formats.
Reply With Quote