diff options
author | Mark Thompson <sw@jkqxz.net> | 2016-03-23 23:48:13 +0000 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-03-30 09:04:53 +0200 |
commit | 5d273d3efac340ef8de445c955ff44c7abed4e8f (patch) | |
tree | 245dbf7c3bb31832b9d0937fc52f4232f9f5b87d /Makefile | |
parent | ca8c7591735c0f80cc29e31e2e92cb10228e14c7 (diff) | |
download | ffmpeg-5d273d3efac340ef8de445c955ff44c7abed4e8f.tar.gz |
avconv: VAAPI hwcontext initialisation and hwaccel helper
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ OBJS-avconv-$(HAVE_VDPAU_X11) += avconv_vdpau.o OBJS-avconv-$(HAVE_DXVA2_LIB) += avconv_dxva2.o OBJS-avconv-$(CONFIG_VDA) += avconv_vda.o OBJS-avconv-$(CONFIG_LIBMFX) += avconv_qsv.o +OBJS-avconv-$(CONFIG_VAAPI) += avconv_vaapi.o TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64 HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options |