From 734e1048b29353c91a43364e9014c3925b9e340b Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 5 Feb 2005 21:39:59 +0000 Subject: [PATCH] XvMC is not yet autodetected, don't claim otherwise in the help output, noticed by James Lancaster . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14658 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index cec00f841f..182d042248 100755 --- a/configure +++ b/configure @@ -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]