On 7 Oct 2021, at 14:13, Paul B Mahol wrote:

Signed-off-by: Paul B Mahol <one...@gmail.com>
---
 libavfilter/Makefile       |   1 +
 libavfilter/allfilters.c   |   1 +
libavfilter/vf_limitdiff.c | 370 +++++++++++++++++++++++++++++++++++++
 3 files changed, 372 insertions(+)
 create mode 100644 libavfilter/vf_limitdiff.c

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index db9a67b92e..fca1665eac 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -326,6 +326,7 @@ OBJS-$(CONFIG_LATENCY_FILTER) += f_latency.o
 OBJS-$(CONFIG_LENSCORRECTION_FILTER)         += vf_lenscorrection.o
 OBJS-$(CONFIG_LENSFUN_FILTER)                += vf_lensfun.o
OBJS-$(CONFIG_LIBVMAF_FILTER) += vf_libvmaf.o framesync.o
+OBJS-$(CONFIG_LIMITDIFF_FILTER)              += vf_limitdiff.o

Shouldn’t this also depend on framesync.o?

-Thilo
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to