Mercurial > libavcodec.hg
changeset 6551:314874740f5a libavcodec
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
author | diego |
---|---|
date | Mon, 31 Mar 2008 17:12:10 +0000 |
parents | 3de38485c56d |
children | 17930bc13349 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Mon Mar 31 16:43:27 2008 +0000 +++ b/Makefile Mon Mar 31 17:12:10 2008 +0000 @@ -359,7 +359,7 @@ OBJS-$(HAVE_PTHREADS) += pthread.o OBJS-$(HAVE_W32THREADS) += w32thread.o -OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o +OBJS-$(HAVE_XVMC) += xvmcvideo.o ifneq ($(CONFIG_SWSCALE),yes) OBJS += imgresample.o