summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-11-27 10:41:22 +0100
committerAnton Khirnov <anton@khirnov.net>2012-11-28 08:44:01 +0100
commitbb6c67bb36b136de10256f0999128df4a42f9ffc (patch)
tree8fa03b84191dab1e13b9ce0f1b0c1a2e6e431616 /libavfilter/Makefile
parentaf7d13ee4a4bf8d708f9b0598abb8f6e22b76de1 (diff)
lavfi: remove vf_slicify
The following commit will make it useless. The crop_scale_vflip FATE test changes because of off-by-one differences in output when vflipped slices are passed to sws.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 9770e1ffc9..752ff40ff1 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -74,7 +74,6 @@ OBJS-$(CONFIG_SETPTS_FILTER) += vf_setpts.o
OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
-OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
OBJS-$(CONFIG_SPLIT_FILTER) += split.o
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o