summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorLaurent Aimar <fenrir@videolan.org>2010-01-24 17:27:00 +0000
committerLaurent Aimar <fenrir@videolan.org>2010-01-24 17:27:00 +0000
commitf0f86627fe68ede309a7ee9d7e117d618861ba88 (patch)
treebc1ac9df122e9add3073fb5f21737176f68be4ef /libavcodec/Makefile
parent77d40dce93f47c37beeac9b8634a4848560efdf7 (diff)
downloadffmpeg-f0f86627fe68ede309a7ee9d7e117d618861ba88.tar.gz
VC-1/WMV3 DXVA2 implementation
It allows VLD VC-1/WMV3 decoding using DXVA2 (GPU assisted decoding API under VISTA and Windows 7). It is implemented by using AVHWAccel API. Originally committed as revision 21424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index f137a6e168..94c93dd644 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -315,6 +315,7 @@ OBJS-$(CONFIG_VB_DECODER) += vb.o
OBJS-$(CONFIG_VC1_DECODER) += vc1dec.o vc1.o vc1data.o vc1dsp.o \
msmpeg4.o msmpeg4data.o \
intrax8.o intrax8dsp.o
+OBJS-$(CONFIG_VC1_DXVA2_HWACCEL) += dxva2_vc1.o
OBJS-$(CONFIG_VC1_VAAPI_HWACCEL) += vaapi_vc1.o
OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o
OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o