summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-09-04 11:49:15 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-09-06 11:27:22 +0200
commitfb2e7ac3c4c4432928d10df072c3dd9c99558da9 (patch)
treed845bef62f3b52bc71319bca9c7bf56e3633bea2 /libavfilter/Makefile
parentef122ff5072463366c020157f0a27aad7e6610db (diff)
lavfi/mp: drop rotate wrapper
The native filter transpose is perfectly equivalent.
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 a79c7b0169..82d39e4848 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -189,7 +189,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp7.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pullup.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_qp.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_rectangle.o
-OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_rotate.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_sab.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.o
OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softskip.o