[SCM] libav/experimental: Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:18:05 UTC 2013


The following commit has been merged in the experimental branch:
commit dd9c773bd9d2f2ac1b64377f6ca8bbce635b0da9
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon Mar 31 17:12:10 2008 +0000

    Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
    
    Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 29ec7e0..824c493 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list