diff options
| author | phintuka <phintuka> | 2006-12-15 13:47:20 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2006-12-15 13:47:20 +0000 |
| commit | 07a834cfc68c7cc03377ec9dd8214846753831ec (patch) | |
| tree | dcc0ca8ae8fe42caa89f0c3e42a1e50fb7028cf8 /xineliboutput.c | |
| parent | 1e4e5ec589cb646db4fed072f7a9c47697204344 (diff) | |
| download | xineliboutput-07a834cfc68c7cc03377ec9dd8214846753831ec.tar.gz xineliboutput-07a834cfc68c7cc03377ec9dd8214846753831ec.tar.bz2 | |
Added vidix(fb) to supported video drivers (patch from Antti Seppälä)
Diffstat (limited to 'xineliboutput.c')
| -rw-r--r-- | xineliboutput.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 2e030fc6..3e38c840 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.13 2006-10-18 11:39:02 phintuka Exp $ + * $Id: xineliboutput.c,v 1.14 2006-12-15 13:47:20 phintuka Exp $ * */ @@ -100,8 +100,9 @@ const char cmdLineHelp[] = " auto, alsa, oss, arts, esound, none\n" " -V NAME --video=NAME Use video driver NAME for local frontend\n" " Supported values:\n" -" for sxfe: auto, x11, xshm, xv, xvmc, xxmc, none\n" -" for fbfe: auto, fb, DirectFB, none\n" +" for sxfe: auto, x11, xshm, xv, xvmc, xxmc,\n" +" vidix, none\n" +" for fbfe: auto, fb, DirectFB, vidixfb, none\n" #if 0 " -L --nolocal No local frontend, only remote frontends\n" " -m M --modeline=M Use modeline M for local frontend\n" @@ -113,7 +114,7 @@ const char cmdLineHelp[] = " -w --width=x Window width\n" " -h --height=x Window width\n" " -d DISP --display=DISP Use X11 display DISP\n" -" (or framebuffer device name)" +" (or framebuffer device name)\n" " -P NAME --post=NAME Use xine post plugin NAME\n" " format: pluginname[:arg=val[,arg=val]][,...]\n" " example: \n" |
