summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorNicolas George <george@nsup.org>2017-07-17 17:00:23 +0200
committerNicolas George <george@nsup.org>2017-07-30 12:27:17 +0200
commit8b2cd8e0e41284469cf1fb5051df329fb6d8d5c3 (patch)
tree07af223264d0f27b5d67e21a7243e0ba0bac9860 /libavfilter/Makefile
parent5dbb111900b6208813fe299912d4ba8297c4525e (diff)
downloadffmpeg-8b2cd8e0e41284469cf1fb5051df329fb6d8d5c3.tar.gz
lavfi/vf_displace: move to "activate" design.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile2
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