diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-21 22:13:25 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-23 19:03:36 +0100 |
commit | 768c47ec371331970b4859d1e15e5f355fa73568 (patch) | |
tree | 4684f27bd09151f0c2c3c183b10951eac6d061e5 /libavfilter/Makefile | |
parent | 9b8de930366d58e6256895c8b5111fd5ef61722c (diff) | |
download | ffmpeg-768c47ec371331970b4859d1e15e5f355fa73568.tar.gz |
lavfi: remove mp=pp filter.
Native pp filter is available.
postproc dependency is also dropped from mp wrapper since it was the
only filter needing that dependency.
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 0e7fa1f13b..a5b5b31b92 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -182,7 +182,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_noise.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_ow.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_perspective.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_phase.o -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 |