diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-17 17:39:05 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-07-21 13:04:48 +0200 |
commit | 8c2863b87f651bfce061d5b0e03cd756b049a553 (patch) | |
tree | eef8440fc6b8d335a2b753f85f0dd9c933175d8e /libavfilter/Makefile | |
parent | c76974524a622745f3e8e105eb84793ccdb87d0b (diff) | |
download | ffmpeg-8c2863b87f651bfce061d5b0e03cd756b049a553.tar.gz |
vf_mp: remove cropdetect wrapper
The cropdetect filter is natively integrated into 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 d309534da7..4e903291cf 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -80,7 +80,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/mp_image.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/img_format.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_2xsai.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_blackframe.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_cropdetect.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_decimate.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_delogo.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_denoise3d.o |