diff options
author | Eugene Lyapustin <unishifft@gmail.com> | 2019-08-15 03:56:11 +0300 |
---|---|---|
committer | Kieran Kunhya <kierank@obe.tv> | 2019-08-19 09:06:07 +0100 |
commit | b26094e217d4d7cb9947d25f01c04badb8ba62dd (patch) | |
tree | d9c50e4d6405370cb41c8317faf4008d04380188 /libavfilter/Makefile | |
parent | 1965161ef6d2aac8d3b034570c3da69dabca9e71 (diff) | |
download | ffmpeg-streaming-b26094e217d4d7cb9947d25f01c04badb8ba62dd.zip ffmpeg-streaming-b26094e217d4d7cb9947d25f01c04badb8ba62dd.tar.gz |
avfilter: add v360 filter
Signed-off-by: Eugene Lyapustin <unishifft@gmail.com>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index efc7bbb..345f7c9 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 |