summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-10-13 14:11:35 +0200
committerAnton Khirnov <anton@khirnov.net>2015-10-16 20:01:37 +0200
commitfb472e1a11a4e0caed2c3c91da01ea8e35d9e3f8 (patch)
tree5ddb316f55a9f62ffd64357c0db583a7fe8398a2 /Makefile
parentdc923bc23b3efd949d0bf67ff1abdb95059e5843 (diff)
avconv: add support for Intel QSV-accelerated transcoding
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a453be75b4..2c53a4151d 100644
--- a/Makefile
+++ b/Makefile
@@ -78,6 +78,7 @@ OBJS-avconv += avconv_opt.o avconv_filter.o
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
TESTTOOLS = audiogen videogen rotozoom tiny_psnr base64
HOSTPROGS := $(TESTTOOLS:%=tests/%) doc/print_options