[FFmpeg-cvslog] configure: add new dependencies for spp & mpdecimate

Michael Niedermayer git at videolan.org
Thu Jul 10 02:05:55 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul 10 01:34:16 2014 +0200| [c38b5939040c3b857940d4c8e25f8581d30834a9] | committer: Michael Niedermayer

configure: add new dependencies for spp & mpdecimate

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c38b5939040c3b857940d4c8e25f8581d30834a9
---

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 632ba44..d56a93d 100755
--- a/configure
+++ b/configure
@@ -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"



More information about the ffmpeg-cvslog mailing list