diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-07-10 01:34:16 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-10 01:34:16 +0200 |
commit | c38b5939040c3b857940d4c8e25f8581d30834a9 (patch) | |
tree | a29c88329e0fc2a65a06593ca8228ef206cd436e | |
parent | 2d5e9451de3c7ab00cac6ec4aff290e12a2f190d (diff) | |
download | ffmpeg-c38b5939040c3b857940d4c8e25f8581d30834a9.tar.gz |
configure: add new dependencies for spp & mpdecimate
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2530,7 +2530,7 @@ 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_deps="gpl avcodec dsputil pixblockdsp" mptestsrc_filter_deps="gpl" negate_filter_deps="lut_filter" perspective_filter_deps="gpl" @@ -2548,7 +2548,7 @@ smartblur_filter_deps="gpl swscale" showspectrum_filter_deps="avcodec" showspectrum_filter_select="rdft" spp_filter_deps="gpl avcodec" -spp_filter_select="dsputil fft idctdsp" +spp_filter_select="dsputil fft idctdsp fdctdsp pixblockdsp" stereo3d_filter_deps="gpl" subtitles_filter_deps="avformat avcodec libass" super2xsai_filter_deps="gpl" |