You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.
Originally committed as revision 12654 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -359,7 +359,7 @@ OBJS-$(HAVE_OS2THREADS) += os2thread.o
|
|||||||
OBJS-$(HAVE_PTHREADS) += pthread.o
|
OBJS-$(HAVE_PTHREADS) += pthread.o
|
||||||
OBJS-$(HAVE_W32THREADS) += w32thread.o
|
OBJS-$(HAVE_W32THREADS) += w32thread.o
|
||||||
|
|
||||||
OBJS-$(HAVE_XVMC_ACCEL) += xvmcvideo.o
|
OBJS-$(HAVE_XVMC) += xvmcvideo.o
|
||||||
|
|
||||||
ifneq ($(CONFIG_SWSCALE),yes)
|
ifneq ($(CONFIG_SWSCALE),yes)
|
||||||
OBJS += imgresample.o
|
OBJS += imgresample.o
|
||||||
|
Reference in New Issue
Block a user