From dd9c773bd9d2f2ac1b64377f6ca8bbce635b0da9 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Mon, 31 Mar 2008 17:12:10 +0000
Subject: [PATCH] Make XVMC compilation depend on HAVE_XVMC, not
 HAVE_XVMC_ACCEL.

Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 29ec7e0b28d..824c49318bc 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -359,7 +359,7 @@ OBJS-$(HAVE_OS2THREADS)                += os2thread.o
 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
-- 
GitLab