summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorEugene Lyapustin <unishifft@gmail.com>2019-08-15 03:56:11 +0300
committerKieran Kunhya <kierank@obe.tv>2019-08-19 09:06:07 +0100
commitb26094e217d4d7cb9947d25f01c04badb8ba62dd (patch)
treed9c50e4d6405370cb41c8317faf4008d04380188 /libavfilter/Makefile
parent1965161ef6d2aac8d3b034570c3da69dabca9e71 (diff)
avfilter: add v360 filter
Signed-off-by: Eugene Lyapustin <unishifft@gmail.com>
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 efc7bbb153..345f7c95cd 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -410,6 +410,7 @@ OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_UNSHARP_OPENCL_FILTER) += vf_unsharp_opencl.o opencl.o \
opencl/unsharp.o
OBJS-$(CONFIG_USPP_FILTER) += vf_uspp.o
+OBJS-$(CONFIG_V360_FILTER) += vf_v360.o
OBJS-$(CONFIG_VAGUEDENOISER_FILTER) += vf_vaguedenoiser.o
OBJS-$(CONFIG_VECTORSCOPE_FILTER) += vf_vectorscope.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o