From 8697a8148dec1c279f95152e4aa381cdd2269954 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 31 Mar 2008 17:19:51 +0000 Subject: Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26309 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index fd7a711192..a88fcc5170 100755 --- a/configure +++ b/configure @@ -7725,8 +7725,6 @@ EXTRA_LIB = $_ld_extra $_ld_static $_ld_lm EXTRALIBS_MPLAYER = $_libs_mplayer EXTRALIBS_MENCODER = $_libs_mencoder -HAVE_XVMC_ACCEL = $_xvmc - HAVE_SYS_MMAN_H = $_mman HAVE_POSIX_SELECT = $_posix_select @@ -7881,6 +7879,7 @@ CONFIG_ZLIB=$_zlib HAVE_PTHREADS = $_pthreads HAVE_W32THREADS = $_w32threads +HAVE_XVMC = $_xvmc `echo $_libavdecoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'` `echo $_libavencoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'` -- cgit v1.2.3