summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-31 17:12:10 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-31 17:12:10 +0000
commitdd9c773bd9d2f2ac1b64377f6ca8bbce635b0da9 (patch)
tree64ad49a35b498ca61ebfd95bfcc7d66a00e1cfef /libavcodec/Makefile
parent85362796beae6c5cad35dbf8e7f2ec9e6d7e2282 (diff)
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 29ec7e0b28..824c49318b 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