Mercurial > mplayer.hg
changeset 26277:644426c3261c
Rename HAVE_XVMC_ACCEL to HAVE_XVMC for consistency and to sync with FFmpeg.
author | diego |
---|---|
date | Mon, 31 Mar 2008 17:19:51 +0000 |
parents | 8ce090bd4467 |
children | 9912d8f272ae |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Mar 31 17:04:06 2008 +0000 +++ b/configure Mon Mar 31 17:19:51 2008 +0000 @@ -7725,8 +7725,6 @@ 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 @@ 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/'`