]> git.sesse.net Git - ffmpeg/commitdiff
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
authorDiego Biurrun <diego@biurrun.de>
Mon, 31 Mar 2008 17:12:10 +0000 (17:12 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 31 Mar 2008 17:12:10 +0000 (17:12 +0000)
Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/Makefile

index 29ec7e0b28db1c1612619253f887b11f11c7e586..824c49318bc2884f8e79f837ad82814c6eb89fc2 100644 (file)
@@ -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