diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-02-15 14:26:07 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-02-17 11:48:37 +0100 |
commit | 8c85a9f046fbf44dac5c87924cd3c8921acf1cf9 (patch) | |
tree | d38270059452ed17e837c1000cf1a1a6f7421b0e /libavfilter/Makefile | |
parent | 89505f2c3f8ee1b0b68fc220a226c8bf3cef24cd (diff) | |
download | ffmpeg-8c85a9f046fbf44dac5c87924cd3c8921acf1cf9.tar.gz |
lavfi/mp: drop mp=unsharp filter
The native filter is equivalent from the point of view of the features
and of performances.
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 40d032c6a1..067bc9f6bf 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -206,7 +206,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_spp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_stereo3d.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_telecine.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_tinterlace.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_unsharp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_uspp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/pullup.o |