diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2015-01-26 10:29:21 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2015-01-26 11:09:02 +0100 |
commit | 0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145 (patch) | |
tree | 20a87d139bc6c62ea5e9e80f2cf17353554e905d /libavfilter/Makefile | |
parent | 7ccd625a46c5a5a2f1cd6a20d7a6bf8137c7191c (diff) | |
download | ffmpeg-0ca5c4daded0a72c1a50f4b2a0f21d6aa909b145.tar.gz |
lavfi/mp: drop mp=eq and mp=eq2
mp=eq2 was ported to a native libavfilter filter in commit
4c38e960d0ca81b78dec1589275a5274dde21c8e.
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index d14418c871..7e0d456777 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -228,8 +228,6 @@ OBJS-$(CONFIG_NULLSINK_FILTER) += vsink_nullsink.o 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_softpulldown.o # multimedia filters |