diff options
Diffstat (limited to 'xineliboutput.c')
-rw-r--r-- | xineliboutput.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 1789160b..3a521b0c 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -1,7 +1,7 @@ /* * vdr-xineliboutput: xine-lib based output device plugin for VDR * - * Copyright (C) 2003-2006 Petri Hintukainen <phintuka@cc.hut.fi> + * Copyright (C) 2003-2008 Petri Hintukainen <phintuka@users.sourceforge.net> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.30 2008-05-07 12:31:55 phintuka Exp $ + * $Id: xineliboutput.c,v 1.30.2.2 2008-09-26 19:38:45 phintuka Exp $ * */ @@ -41,7 +41,7 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.1"; +static const char *VERSION = "1.0.2"; static const char *DESCRIPTION = trNOOP("X11/xine-lib output plugin"); static const char *MAINMENUENTRY = trNOOP("Media Player"); @@ -119,7 +119,9 @@ const char cmdLineHelp[] = " (example: )\n" #endif " -f --fullscreen Fullscreen mode (X11)\n" +#ifdef HAVE_XRENDER " -D --hud Head Up Display OSD (X11)\n" +#endif " -w --width=x Window width\n" " -h --height=x Window width\n" " -d DISP --display=DISP Use X11 display DISP\n" |