Commit ffa420d8 authored by diego's avatar diego

Make XVMC compilation depend on HAVE_XVMC, not HAVE_XVMC_ACCEL.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12654 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 85cb9a22
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment