summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2020-04-16 22:25:24 +0200
committerNicolas George <george@nsup.org>2020-05-23 15:52:27 +0200
commit88567a2e523d63fadb7eac839e2fbe46d065cd56 (patch)
tree70d3bad766321ba08b80170a3fbbe3d19cdfc65a /libavfilter/Makefile
parent2a52f19a91de33f382e00a3efa9431ec3277af42 (diff)
lavfi: add untile 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 4d07bb6948..994a4172a3 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -436,6 +436,7 @@ OBJS-$(CONFIG_UNPREMULTIPLY_FILTER) += vf_premultiply.o framesync.o
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_UNSHARP_OPENCL_FILTER) += vf_unsharp_opencl.o opencl.o \
opencl/unsharp.o
+OBJS-$(CONFIG_UNTILE_FILTER) += vf_untile.o
OBJS-$(CONFIG_USPP_FILTER) += vf_uspp.o
OBJS-$(CONFIG_V360_FILTER) += vf_v360.o
OBJS-$(CONFIG_VAGUEDENOISER_FILTER) += vf_vaguedenoiser.o