[FFmpeg-cvslog] r12654 - trunk/libavcodec/Makefile

diego subversion
Mon Mar 31 19:12:10 CEST 2008


Author: diego
Date: Mon Mar 31 19:12:10 2008
New Revision: 12654

Log:
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.


Modified:
   trunk/libavcodec/Makefile

Modified: trunk/libavcodec/Makefile
==============================================================================
--- trunk/libavcodec/Makefile	(original)
+++ trunk/libavcodec/Makefile	Mon Mar 31 19:12:10 2008
@@ -359,7 +359,7 @@ OBJS-$(HAVE_OS2THREADS)                +
 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




More information about the ffmpeg-cvslog mailing list