diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-31 12:56:47 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-31 12:57:36 +0000 |
commit | b47ab04c40ab771bc8e96a0756821515cc2fbac4 (patch) | |
tree | 010336fa4c37efcb63024268218af115a1b49a19 /configure | |
parent | b288f67434db57f3e3c70c59651b4b1ba2e833e2 (diff) | |
download | ffmpeg-b47ab04c40ab771bc8e96a0756821515cc2fbac4.tar.gz |
configure: remove mp_filter leftover
Pointed out by: ubitux
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5423,7 +5423,6 @@ enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresampl enabled elbg_filter && prepend avfilter_deps "avcodec" enabled mcdeint_filter && prepend avfilter_deps "avcodec" enabled movie_filter && prepend avfilter_deps "avformat avcodec" -enabled mp_filter && prepend avfilter_deps "avcodec" enabled pan_filter && prepend avfilter_deps "swresample" enabled pp_filter && prepend avfilter_deps "postproc" enabled removelogo_filter && prepend avfilter_deps "avformat avcodec swscale" |