From: Adrian M. <ad...@mc...> - 2002-01-13 12:35:10
|
On Saturday 12 Jan 2002 8:34 pm, Adrian McMenamin wrote: > On Friday 11 Jan 2002 8:59 pm, Adrian McMenamin wrote: > > On Friday 11 Jan 2002 6:53 pm, Adrian McMenamin wrote: > > > I know at least one member of this list has done this (though he's not > > > about at the moment). Anybody else managed it and care to talk me > > > through it (as I am struggling at the moment). > > > > Ok, got it to work myself! If anybody wants to port it I'll tell you how > > I have now posted the patch for the MPlayer-0.60 configure file at > > http://www.mcmen.demon.co.uk/linuxdc/patch0 > > Patch the configure file then run: > > CC=sh4-linux-gcc ./configure --target=sh4-linux > > and then make install or whatever > Oops, there was an error here - this will compile, but won't play any video on the DC's framebuffer - please add --enable -fbdev to the above line: CC=sh4-linux-gcc ./configure --target=sh4-linux --enable-fbdev Please note: there is no point in doing any of this unless you've got the sound driver installed. Adrian |