diff options
-rw-r--r-- | xineliboutput.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index fbd5b1b4..3a54040a 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.38 2009-03-12 17:29:13 rofafor Exp $ + * $Id: xineliboutput.c,v 1.39 2009-08-19 19:42:02 phintuka Exp $ * */ @@ -113,6 +113,9 @@ const char cmdLineHelp[] = " -V NAME --video=NAME Use video driver NAME for local frontend\n" " Supported values:\n" " for sxfe: auto, x11, xshm, xv, xvmc, xxmc,\n" +#ifdef HAVE_VDPAU + "vdpau, " +#endif " vidix, sdl, opengl, none\n" " for fbfe: auto, fb, DirectFB, vidixfb,\n" " sdl, dxr3, aadxr3, none\n" |