summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2013-02-13 16:55:07 +0000
committerPaul B Mahol <onemda@gmail.com>2013-02-14 12:51:56 +0000
commit968f8acec88282ceebbe4acb31cd84eed087f1b9 (patch)
treeff3d4f2f4ec45b6fff8866297820b1e603287341 /libavfilter/Makefile
parent8bbb487e443a7979f223759a5d6c2d7662a5948d (diff)
lavfi: remove dsize libmpcodecs wrapper
Filter does nothing, and supposed funcionality is already available with native filter(s). 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 9158188ac9..4906f3a456 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -182,7 +182,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_detc.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_dint.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_divtc.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_down3dright.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_dsize.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq2.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fil.o