diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2014-12-24 16:19:29 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2014-12-24 16:29:18 +0100 |
commit | a51c78c65d596a6473a8f08e925a35249944e449 (patch) | |
tree | b72bbaae73c1fe8500b6d5292b3570718ad961ab /libavfilter/Makefile | |
parent | bdc4db0ee356cd318260e817de9a9930eaf9954f (diff) | |
download | ffmpeg-a51c78c65d596a6473a8f08e925a35249944e449.tar.gz |
lavfi/mp: drop mp=fspp filter
It has been ported to libavfilter.
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 9cce2de530..cdcbe0ac91 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -225,7 +225,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/mp_image.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/img_format.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq2.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_pp7.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.o |