diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-05 21:39:59 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-05 21:39:59 +0000 |
commit | 734e1048b29353c91a43364e9014c3925b9e340b (patch) | |
tree | 4edec597f5e17bad9c6ac89d93dbba300c2fb6ca | |
parent | e1b32c8f548883181c50db2eb37dc6b0a6efe0ba (diff) |
XvMC is not yet autodetected, don't claim otherwise in the help output,
noticed by James Lancaster <james at kirk dot math dot twsu dot edu>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14658 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -248,7 +248,7 @@ Video output: --enable-xmga build with mga_vid X Window support (check for X & /dev/mga_vid) [autodetect] --enable-xv build with Xv render support for X 4.x [autodetect] - --enable-xvmc build with XvMC acceleration for X 4.x [autodetect] + --enable-xvmc build with XvMC acceleration for X 4.x [disable] --enable-vm build with XF86VidMode support for X11 [autodetect] --enable-xinerama build with Xinerama support for X11 [autodetect] --enable-x11 build with X11 render support [autodetect] |