summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorVasile Toncu <vasile.toncu@tremend.com>2018-04-17 13:48:28 +0300
committerPaul B Mahol <onemda@gmail.com>2018-04-23 23:48:30 +0200
commit9c01cdb94e24aaf50f867a0a5c42b097c17c42b1 (patch)
tree1f4ada360bf58c0c46c58086d97fa4a9b27d53fb /libavfilter/Makefile
parent4ac0ff8ec2afb609ecebcc135bbedf04b1dced5b (diff)
avfilter/vf_interlace: remove duplicate code with same funcionality
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 ed726d17bd..8f41805527 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -234,7 +234,7 @@ OBJS-$(CONFIG_HYSTERESIS_FILTER) += vf_hysteresis.o framesync.o
OBJS-$(CONFIG_IDET_FILTER) += vf_idet.o
OBJS-$(CONFIG_IL_FILTER) += vf_il.o
OBJS-$(CONFIG_INFLATE_FILTER) += vf_neighbor.o
-OBJS-$(CONFIG_INTERLACE_FILTER) += vf_interlace.o
+OBJS-$(CONFIG_INTERLACE_FILTER) += vf_tinterlace.o
OBJS-$(CONFIG_INTERLEAVE_FILTER) += f_interleave.o
OBJS-$(CONFIG_KERNDEINT_FILTER) += vf_kerndeint.o
OBJS-$(CONFIG_LENSCORRECTION_FILTER) += vf_lenscorrection.o