diff options
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[] = |