diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-11-08 23:42:38 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-11-11 22:43:18 +0100 |
commit | 84aed3faf0914573b238a18bbbb03464deea77cd (patch) | |
tree | 31540a410f32b2e9ca07df93d0d9d5ee25bda3e6 /libavfilter/Makefile | |
parent | a8afb0830e76cba89dd72725c51ebbf090a1d42e (diff) | |
download | ffmpeg-84aed3faf0914573b238a18bbbb03464deea77cd.tar.gz |
lavfi: remove mp=tile filter.
The native tile video filter is now feature equivalent.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 0ab0633f95..28dceefa47 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -192,7 +192,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softskip.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_spp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_stereo3d.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_telecine.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_tile.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_tinterlace.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_unsharp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_uspp.o |