diff options
author | Nicolas George <george@nsup.org> | 2017-07-17 17:00:23 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2017-07-30 12:27:17 +0200 |
commit | 8b2cd8e0e41284469cf1fb5051df329fb6d8d5c3 (patch) | |
tree | 07af223264d0f27b5d67e21a7243e0ba0bac9860 /libavfilter/Makefile | |
parent | 5dbb111900b6208813fe299912d4ba8297c4525e (diff) | |
download | ffmpeg-8b2cd8e0e41284469cf1fb5051df329fb6d8d5c3.tar.gz |
lavfi/vf_displace: 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 441e07843f..4d61d7835e 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -168,7 +168,7 @@ OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o OBJS-$(CONFIG_DESHAKE_FILTER) += vf_deshake.o OBJS-$(CONFIG_DETELECINE_FILTER) += vf_detelecine.o OBJS-$(CONFIG_DILATION_FILTER) += vf_neighbor.o -OBJS-$(CONFIG_DISPLACE_FILTER) += vf_displace.o framesync.o +OBJS-$(CONFIG_DISPLACE_FILTER) += vf_displace.o framesync2.o OBJS-$(CONFIG_DOUBLEWEAVE_FILTER) += vf_weave.o OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o OBJS-$(CONFIG_DRAWGRAPH_FILTER) += f_drawgraph.o |