diff options
author | RĂ©mi Denis-Courmont <remi@remlab.net> | 2013-01-12 17:53:47 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-01-13 14:54:18 +0100 |
commit | 775253278914d82ca3598b2d48e4ce0c6e05452a (patch) | |
tree | f8ed68dccf46c0279724ba41c3354d272a3cf4b3 /libavcodec/Makefile | |
parent | 51b56a07160254094f13a7d2eea288369c9ca128 (diff) | |
download | ffmpeg-775253278914d82ca3598b2d48e4ce0c6e05452a.tar.gz |
vdpau: Add VC-1 decoding via hwaccel infrastructure
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 3f5b938cfc..1001c2d407 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -383,6 +383,7 @@ OBJS-$(CONFIG_VC1_DECODER) += vc1dec.o vc1.o vc1data.o vc1dsp.o \ intrax8.o intrax8dsp.o OBJS-$(CONFIG_VC1_DXVA2_HWACCEL) += dxva2_vc1.o OBJS-$(CONFIG_VC1_VAAPI_HWACCEL) += vaapi_vc1.o +OBJS-$(CONFIG_VC1_VDPAU_HWACCEL) += vdpau_vc1.o OBJS-$(CONFIG_VCR1_DECODER) += vcr1.o OBJS-$(CONFIG_VCR1_ENCODER) += vcr1.o OBJS-$(CONFIG_VMDAUDIO_DECODER) += vmdav.o |