diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2015-12-19 20:31:00 +0100 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2015-12-22 12:54:23 +0100 |
commit | d7c2b75681e5d8942af6b0c30abf6e79b474d819 (patch) | |
tree | 9c91a9e6d7e3aabc395e35f1951e732d085a7a6f /libavcodec/Makefile | |
parent | b18230ee8c166eddcef8592c3217b4f1c3fc33c9 (diff) | |
download | ffmpeg-d7c2b75681e5d8942af6b0c30abf6e79b474d819.tar.gz |
vaapi: Add VP9 hwaccell support
Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
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 b924a72845..1c7568b758 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -751,6 +751,7 @@ OBJS-$(CONFIG_VC1_VAAPI_HWACCEL) += vaapi_vc1.o OBJS-$(CONFIG_VC1_VDPAU_HWACCEL) += vdpau_vc1.o OBJS-$(CONFIG_VP9_D3D11VA_HWACCEL) += dxva2_vp9.o OBJS-$(CONFIG_VP9_DXVA2_HWACCEL) += dxva2_vp9.o +OBJS-$(CONFIG_VP9_VAAPI_HWACCEL) += vaapi_vp9.o # libavformat dependencies OBJS-$(CONFIG_ADTS_MUXER) += mpeg4audio.o |