diff options
author | Laurent Aimar <fenrir@videolan.org> | 2010-06-18 20:07:43 +0000 |
---|---|---|
committer | Laurent Aimar <fenrir@videolan.org> | 2010-06-18 20:07:43 +0000 |
commit | 164aab02a0cd3112880900f4a292b382c5c73bc5 (patch) | |
tree | 78ebe7650778b94270408ced214abf4f2d2c18b6 /libavcodec/Makefile | |
parent | d3f84dfc0e65201983e88c99b7544d5a60d0165e (diff) | |
download | ffmpeg-164aab02a0cd3112880900f4a292b382c5c73bc5.tar.gz |
MPEG-2 DXVA2 implementation
It allows VLD MPEG-2 decoding using DXVA2 (GPU assisted decoding API under
VISTA and Windows 7).
It is implemented by using AVHWAccel API.
Originally committed as revision 23644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 09bd491d33..a8bec0a57f 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -228,6 +228,7 @@ OBJS-$(CONFIG_MPEG1VIDEO_ENCODER) += mpeg12enc.o mpegvideo_enc.o \ motion_est.o ratecontrol.o \ mpeg12.o mpeg12data.o \ mpegvideo.o error_resilience.o +OBJS-$(CONFIG_MPEG2_DXVA2_HWACCEL) += dxva2_mpeg2.o OBJS-$(CONFIG_MPEG2_VAAPI_HWACCEL) += vaapi_mpeg2.o OBJS-$(CONFIG_MPEG2VIDEO_DECODER) += mpeg12.o mpeg12data.o \ mpegvideo.o error_resilience.o |