Hello,
I
currently developing an application based on SDL and Xine (a frontend
multimedia). I use the xine plugin for SDL. After the scan of my
plugins catalog contains:
[/usr/local/lib/xine/plugins/1.25/xineplug_vo_out_sdl.so]
size=15624
mtime=1246005131
type=7
api=21
id=sdl
version=10116
visual_type=1
vo_priority=4
The visual type is 1 which corresponds to the type x11. I do not use X
because it is not present on my platform. I try to open the port for
video as follows:
g_Xine.video_port = xine_open_video_driver(g_Xine.xine, "sdl",
XINE_VISUAL_TYPE_X11, &visual );
g_Xine.video_port = xine_open_video_driver(g_Xine.xine, "sdl",
XINE_VISUAL_TYPE_FB, &visual );
g_Xine.video_port = xine_open_video_driver(g_Xine.xine, "sdl",
XINE_VISUAL_TYPE_NONE, &visual );
This does not work, even if I change the file catalog.
How to use the SDL plugin xine without X11?A parameter compilation of the xine or SDL library?Or something?
Thank you in advance for your answers
------------------------------------------------------------------------------
_______________________________________________
xine-devel mailing list
xine-devel@...
https://lists.sourceforge.net/lists/listinfo/xine-devel