summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-01-19 14:21:48 +0000
committerphintuka <phintuka>2007-01-19 14:21:48 +0000
commitafdd3a881362d6cda82043f520c5e25ba932598f (patch)
treeb153cfa095ade5baa41fe425960b1aa7e051ebf7 /config.c
parentcf17c2b5151e15c9c8718da491dad606d16eebb3 (diff)
downloadxineliboutput-afdd3a881362d6cda82043f520c5e25ba932598f.tar.gz
xineliboutput-afdd3a881362d6cda82043f520c5e25ba932598f.tar.bz2
Updated audio and video driver lists
Diffstat (limited to 'config.c')
-rw-r--r--config.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/config.c b/config.c
index ff47938b..661d4d0f 100644
--- a/config.c
+++ b/config.c
@@ -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.21 2007-01-07 03:35:04 phintuka Exp $
+ * $Id: config.c,v 1.22 2007-01-19 14:21:48 phintuka Exp $
*
*/
@@ -37,17 +37,17 @@ const char *config_t::s_decoderPriority[] =
const char *config_t::s_fieldOrder[] =
{"normal", "inverted", NULL};
const char *config_t::s_audioDriverNames[] =
- {"automatic","Alsa","OSS","no audio","Arts","ESound",NULL};
+ {"automatic", "Alsa", "OSS", "no audio", "Arts", "ESD", "Jack", NULL};
const char *config_t::s_audioDrivers[] =
- {"auto","alsa","oss","none","arts","esound",NULL};
+ {"auto", "alsa", "oss", "none", "arts", "esd", "jack", NULL};
const char *config_t::s_videoDriverNamesX11[] =
- {"automatic","XShm","Xv","XvMC","XvMC+VLD","Vidix","no video",NULL};
+ {"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","none",NULL};
+ {"auto", "X11", "xv", "xvmc", "xxmc", "vidix", "DirectFB", "opengl", "sdl", "none", NULL};
const char *config_t::s_videoDriverNamesFB[] =
- {"automatic","Framebuffer","DirectFB","VidixFB","No Video",NULL};
+ {"automatic", "Framebuffer", "DirectFB", "VidixFB", "DXR3", "No Video", NULL};
const char *config_t::s_videoDriversFB[] =
- {"auto","fb","DirectFB","vidixfb","none",NULL};
+ {"auto", "fb", "DirectFB", "vidixfb", "aadxr3", "none", NULL};
const char *config_t::s_frontendNames[] =
{"X11 (sxfe)", "Framebuffer (fbfe)", "Off", NULL};
const char *config_t::s_frontends[] =