[MPlayer-cvslog] r26309 - trunk/configure

diego subversion at mplayerhq.hu
Mon Mar 31 19:19:51 CEST 2008


Author: diego
Date: Mon Mar 31 19:19:51 2008
New Revision: 26309

Log:
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Mar 31 19:19:51 2008
@@ -7725,8 +7725,6 @@ EXTRA_LIB = $_ld_extra $_ld_static $_ld_
 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/'`



More information about the MPlayer-cvslog mailing list