aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-03-05 18:45:35 +0000
committerPaul B Mahol <onemda@gmail.com>2013-03-05 18:45:35 +0000
commit1c808943b8ec536f8d387a4849ad93e739c544d9 (patch)
treedf44697c13fe68b5a67ea646ff6acf18654f9fa4 /libavfilter/Makefile
parent3f35f36a2e7ebb4c9e998c8cc73357a273ff067f (diff)
downloadffmpeg-1c808943b8ec536f8d387a4849ad93e739c544d9.tar.gz
lavfi/mp: drop mp=stereo3d filter
The filter has been natively integrated into libavfilter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 6a5f8c810d..43c63cf660 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -204,7 +204,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_qp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_sab.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.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_tinterlace.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_uspp.o