[FFmpeg-cvslog] configure: fix select vs. deps

Michael Niedermayer git at videolan.org
Thu Jul 10 02:40:14 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jul 10 02:32:25 2014 +0200| [81538470c834332e469d43e4d23b461d98d0f2d1] | committer: Michael Niedermayer

configure: fix select vs. deps

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

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

 configure |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure b/configure
index d56a93d..658efb2 100755
--- a/configure
+++ b/configure
@@ -2530,7 +2530,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 dsputil pixblockdsp"
+mpdecimate_filter_deps="gpl avcodec"
+mpdecimate_filter_select="dsputil pixblockdsp"
 mptestsrc_filter_deps="gpl"
 negate_filter_deps="lut_filter"
 perspective_filter_deps="gpl"



More information about the ffmpeg-cvslog mailing list