aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-03-26 12:39:58 +0100
committerAnton Khirnov <anton@khirnov.net>2016-06-21 19:53:38 +0200
commitac7bfd69678f3966e38debdb27f4bde94dc0345c (patch)
tree20720d2096908706dc59326db986ed16cdf1f8d8 /libavfilter/Makefile
parentad9c9440d592e4d53d6bec9961b4b22e25387d70 (diff)
downloadffmpeg-ac7bfd69678f3966e38debdb27f4bde94dc0345c.tar.gz
lavfi: add a QSV scaling filter
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index a9bb0a0c11..21515fed80 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -75,6 +75,7 @@ OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o
OBJS-$(CONFIG_PIXDESCTEST_FILTER) += vf_pixdesctest.o
OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o
OBJS-$(CONFIG_SCALE_NPP_FILTER) += vf_scale_npp.o
+OBJS-$(CONFIG_SCALE_QSV_FILTER) += vf_scale_qsv.o
OBJS-$(CONFIG_SCALE_VAAPI_FILTER) += vf_scale_vaapi.o
OBJS-$(CONFIG_SELECT_FILTER) += vf_select.o
OBJS-$(CONFIG_SETDAR_FILTER) += vf_aspect.o