Vihtori Sammalisto wrote:
Id use 1.2.7... Did you make these links as per the web page I sent?Justin Wetherell wrote:
Vihtori Sammalisto wrote:
Well, you have to compile DirectFB then SDL with enable directfb support. Freevo uses SDL to display the menu's and then Mplayer to display the video. The error you have, is because SDL doesnt recognize that you have a DirectFB device, so it can't display the Freevo menu. As long as you have DirectFB and SDL working then you should be up and running. You said Mplayer already works, correct?Ok
So, i need to install mplayer etc. from source? apt-get wont do it?
I will try it... Thanks
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
Im new with Mplayer too...
'mplayer file.avi -vo dfbmga -ao oss -fs -vsync' gives a bluescreen but no errors and 'mplayer file.avi -vo directfb -ao oss -fs -vsync' work correctly... So, i suppose it is working...
I was just trying to install SDL-1.2.8 but with no success...
'./configure --enable-video-directfb' .. .. make gives an error:
In file included from SDL_syscdrom.c:51:
/usr/include/linux/cdrom.h:242: error: parse error before '*' token
/usr/include/linux/cdrom.h:283: error: parse error before '*' token
/usr/include/linux/cdrom.h:285: error: `stat' redeclared as different kind of symbol
/usr/include/sys/stat.h:358: error: previous declaration of `stat'
/usr/include/linux/cdrom.h:286: error: parse error before '*' token
/usr/include/linux/cdrom.h:290: error: parse error before '*' token
/usr/include/linux/cdrom.h:291: error: parse error before '}' token
SDL_syscdrom.c: In function `CheckDrive':
SDL_syscdrom.c:128: error: called object is not a function
make[3]: *** [SDL_syscdrom.lo] Error 1
make[3]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/htpc/SDL-1.2.8/src/cdrom'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/htpc/SDL-1.2.8/src'
make: *** [all-recursive] Error 1
Ill try resolve that tomorrow...or start all at beginning...
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
/ln -s /usr/local/lib/pkgconfig/directfb-internal.pc /usr/lib/pkgconfig/directfb-internal.pc
ln -s /usr/local/lib/pkgconfig/directfb.pc /usr/lib/pkgconfig/directfb.pc/
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
