summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2007-05-17 23:24:17 +0000
committerphintuka <phintuka>2007-05-17 23:24:17 +0000
commit127fd0218bf0b251efa972587f8fb5fe2032311d (patch)
tree7c56448ae4e2f5dde5482c651218bbd67880e137
parent9fe44cd2dee6a6b14902d1d10427c7b3e325c1e3 (diff)
downloadxineliboutput-127fd0218bf0b251efa972587f8fb5fe2032311d.tar.gz
xineliboutput-127fd0218bf0b251efa972587f8fb5fe2032311d.tar.bz2
Use different help messages for vdr-sxfe and vdr-fbfe
-rw-r--r--xine_frontend_main.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 75ba5546..62bb99fb 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.29 2007-03-17 12:14:37 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.30 2007-05-17 23:24:17 phintuka Exp $
*
*/
@@ -281,12 +281,16 @@ static const char *help_str =
" --audio=audiodriver[:device] Select audio driver and optional port\n"
" drivers: auto, alsa, oss, arts, esound, none\n"
" --video=videodriver[:device] Select video driver and optional port\n"
- " X11: auto, x11, xshm, xv, xvmc, xxmc, vidix,\n"
+#ifndef IS_FBFE
+ " auto, x11, xshm, xv, xvmc, xxmc, vidix,\n"
" sdl, opengl, none\n"
- " framebuffer: auto, fb, DirectFB, vidixfb,\n"
- " sdl, dxr3, aadxr3, none\n"
" --display=displayaddress X11 display address\n"
- " --aspect=[auto|4:3|16:9|16:10|default] Display aspect ratio\n"
+#else
+ " auto, fb, DirectFB, vidixfb,\n"
+ " sdl, dxr3, aadxr3, none\n"
+#endif
+ " --aspect=[auto|4:3|16:9|16:10|default]\n"
+ " Display aspect ratio\n"
" --fullscreen Fullscreen mode\n"
" --width=x Video window width\n"
" --height=x Video window height\n"