diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 14:39:55 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 14:46:18 +0100 |
commit | 29a9e4d5c97e50114436b93339a93440fb3e2122 (patch) | |
tree | 0a75e24678543f726e9394e624f3793df3655750 /libavfilter/Makefile | |
parent | 9d478f38cd260ad517a1daad17bae7e68a5ace3a (diff) | |
download | ffmpeg-29a9e4d5c97e50114436b93339a93440fb3e2122.tar.gz |
lavfi/mp: drop the mp=rectangle filter
All the rectangle features have been ported to the native drawbox filter,
which has an equivalent syntax.
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 47015ee231..5fbfe17574 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -187,7 +187,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp.o 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_sab.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softskip.o |