diff options
author | Clément Bœsch <u@pkh.me> | 2014-08-02 18:58:39 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-05 21:05:52 +0200 |
commit | 164b7ccf21127532942063a77933d2f5302aebcb (patch) | |
tree | 80203af18d0e15a3eed1d1b3d506d4dffd7f0f17 /configure | |
parent | def03d34391fe9ce49efdc3580220f1caaa5c160 (diff) | |
download | ffmpeg-164b7ccf21127532942063a77933d2f5302aebcb.tar.gz |
avfilter/mp_decimate: remove avcodec dependency
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2551,8 +2551,8 @@ ladspa_filter_extralibs='$ldl' mcdeint_filter_deps="avcodec gpl" movie_filter_deps="avcodec avformat" mp_filter_deps="gpl avcodec swscale inline_asm" -mpdecimate_filter_deps="gpl avcodec" -mpdecimate_filter_select="me_cmp pixblockdsp" +mpdecimate_filter_deps="gpl" +mpdecimate_filter_select="pixelutils" mptestsrc_filter_deps="gpl" negate_filter_deps="lut_filter" perspective_filter_deps="gpl" |