diff options
author | Paul B Mahol <onemda@gmail.com> | 2013-09-03 12:46:28 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2013-09-03 14:05:38 +0000 |
commit | 916549cb1e73a8c953bc7acee1fa95f68d358469 (patch) | |
tree | cab84dcaa1db1b47d8454b5ba6b69710281bc04d /libavfilter/Makefile | |
parent | 3dd4b6ea417a48cf585b417dd7a7d1db8a785b51 (diff) | |
download | ffmpeg-916549cb1e73a8c953bc7acee1fa95f68d358469.tar.gz |
lavfi/mp: remove mp=phase
The filter was ported to a native libavfilter filter.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 35f03c7cae..3bc0974594 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -229,7 +229,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_eq.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fil.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_fspp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ilpack.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_phase.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 |