Search found 5 matches

by pseudonimo
Fri Aug 15, 2008 8:13 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 160339

No, but is the mp4 format supported?

Try the following list:
  • Open mplayer as root.
    Open several other formats, see if any work (still as root).
    Uninstall that mplayer and install the revisions I mentioned in my previous post
by pseudonimo
Fri Aug 15, 2008 6:03 am
Forum: PS3 Linux Development
Topic: PS3 Controller in PS3 Linux
Replies: 8
Views: 10348

Seems like it's possible now: http://www.pabr.org/sixlinux/sixlinux.en.html
by pseudonimo
Fri Aug 15, 2008 12:45 am
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 160339

Ok, couldn't wait and hacked a bit :) A little digging showed that MPlayer had a release from 7-Oct-2007, about the time unsolo launched this. They used a revision close to what he used, and for ffmpeg 10677. Since I wanted to use the exact revision of mplayer, and the current ffmpeg rev doesn't wor...
by pseudonimo
Thu Aug 14, 2008 11:31 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 160339

Can someone post a *full* mplayer svn repository with the revision 24724 that it's supposed to work? Doing svn co svn://svn.mplayerhq.hu/mplayer/trunk@24714 mplayer doesn't seem to solve it since it looks like mplayer relies on external svn repositories which probably is pulling in Head. Tha...
by pseudonimo
Thu Aug 14, 2008 11:26 pm
Forum: spu-medialib
Topic: Installing the Mplayer vo PS3
Replies: 85
Views: 160339

I believe spu-gcc and spu-elf-gcc are the same, symlink with

Code: Select all

ln -s spu-gcc spu-elf-gcc
in the directory of spu-gcc (for me it's /usr/bin).