diff options
author | Nicolas George <george@nsup.org> | 2017-07-17 16:54:23 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-07-30 12:27:13 +0200 |
commit | 5dbb111900b6208813fe299912d4ba8297c4525e (patch) | |
tree | bfbc020ab9f97af08026dff5ddef5ad8fed2c50d /libavfilter/Makefile | |
parent | dbc4af862e74a7ee3a0e6f98a4e58d0615533301 (diff) | |
download | ffmpeg-5dbb111900b6208813fe299912d4ba8297c4525e.tar.gz |
lavfi/vf_hysteresis: move to "activate" design.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 27ceb339a4..441e07843f 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -208,7 +208,7 @@ OBJS-$(CONFIG_HWDOWNLOAD_FILTER) += vf_hwdownload.o OBJS-$(CONFIG_HWMAP_FILTER) += vf_hwmap.o OBJS-$(CONFIG_HWUPLOAD_CUDA_FILTER) += vf_hwupload_cuda.o OBJS-$(CONFIG_HWUPLOAD_FILTER) += vf_hwupload.o -OBJS-$(CONFIG_HYSTERESIS_FILTER) += vf_hysteresis.o framesync.o +OBJS-$(CONFIG_HYSTERESIS_FILTER) += vf_hysteresis.o framesync2.o OBJS-$(CONFIG_IDET_FILTER) += vf_idet.o OBJS-$(CONFIG_IL_FILTER) += vf_il.o OBJS-$(CONFIG_INFLATE_FILTER) += vf_neighbor.o |