# HG changeset patch # User diego # Date 1206983530 0 # Node ID 314874740f5abd63d81dea659330832c1b6140f2 # Parent 3de38485c56dd9deb3dd726ce7a7e245cb47d496 Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL. diff -r 3de38485c56d -r 314874740f5a Makefile --- 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