diff options
author | phintuka <phintuka> | 2007-03-17 12:14:37 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-03-17 12:14:37 +0000 |
commit | cadb546cc5192cbc3ff94c4f7eb9be85a7534a90 (patch) | |
tree | 879ab12fb29724da737e7494ddccd6b174caa7d9 /config.c | |
parent | 6c19e37126171e900ee3d331160c71f4f0a5d358 (diff) | |
download | xineliboutput-cadb546cc5192cbc3ff94c4f7eb9be85a7534a90.tar.gz xineliboutput-cadb546cc5192cbc3ff94c4f7eb9be85a7534a90.tar.bz2 |
Video drivers list update
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: config.c,v 1.28 2007-03-14 17:39:38 phintuka Exp $ + * $Id: config.c,v 1.29 2007-03-17 12:14:37 phintuka Exp $ * */ @@ -52,11 +52,11 @@ const char *config_t::s_audioDrivers[] = const char *config_t::s_videoDriverNamesX11[] = {"automatic", "XShm", "Xv", "XvMC", "XvMC+VLD", "Vidix", "XDirectFB", "OpenGL", "SDL", "no video",NULL}; const char *config_t::s_videoDriversX11[] = - {"auto", "X11", "xv", "xvmc", "xxmc", "vidix", "DirectFB", "opengl", "sdl", "none", NULL}; + {"auto", "xshm", "xv", "xvmc", "xxmc", "vidix", "DirectFB", "opengl", "sdl", "none", NULL}; const char *config_t::s_videoDriverNamesFB[] = - {"automatic", "Framebuffer", "DirectFB", "VidixFB", "DXR3", "No Video", NULL}; + {"automatic", "Framebuffer", "DirectFB", "SDL", "VidixFB", "DXR3", "No Video", NULL}; const char *config_t::s_videoDriversFB[] = - {"auto", "fb", "DirectFB", "vidixfb", "aadxr3", "none", NULL}; + {"auto", "fb", "DirectFB", "sdl", "vidixfb", "aadxr3", "none", NULL}; const char *config_t::s_frontendNames[] = {"X11 (sxfe)", "Framebuffer (fbfe)", "Off", NULL}; const char *config_t::s_frontends[] = |