summaryrefslogtreecommitdiffstats
path: root/help_mp.h
diff options
context:
space:
mode:
authormgraffam <mgraffam@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-24 21:37:25 +0000
committermgraffam <mgraffam@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-24 21:37:25 +0000
commitb2d6b2d59d8e9966ddb5cc39af36abd3e9cc3cb4 (patch)
tree9d3a21de57d14f9f127f6f6762b8dfd2017a2ce9 /help_mp.h
parent963dc170cffc666cd8db08d8fe1bdec3f0badd64 (diff)
downloadmpv-b2d6b2d59d8e9966ddb5cc39af36abd3e9cc3cb4.tar.bz2
mpv-b2d6b2d59d8e9966ddb5cc39af36abd3e9cc3cb4.tar.xz
Addes autodetection of XF86VidMode to configure, and adds a description of
the -vm option to help_mp.h -- mgraffam git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@210 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help_mp.h')
-rw-r--r--help_mp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/help_mp.h b/help_mp.h
index a8de5045fc..7fee138b21 100644
--- a/help_mp.h
+++ b/help_mp.h
@@ -33,6 +33,9 @@ static char* help_text=
#ifdef X11_FULLSCREEN
" -fs fullscreen playing (only gl, xmga and xv drivers)\n"
#endif
+#ifdef HAVE_XF86VM
+" -vm Use XF86VidMode for psuedo-scaling with x11 driver\n (requires -fs)\n"
+#endif
" -x <x> -y <y> scale image to <x> * <y> resolution [if scalable!]\n"
"\n"
" Keys:\n"