Browse code

configure: fix select vs. deps

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

Michael Niedermayer authored on 2014/07/10 09:32:25
Showing 1 changed files
... ...
@@ -2530,7 +2530,8 @@ ladspa_filter_extralibs='$ldl'
2530 2530
 mcdeint_filter_deps="avcodec gpl"
2531 2531
 movie_filter_deps="avcodec avformat"
2532 2532
 mp_filter_deps="gpl avcodec swscale inline_asm"
2533
-mpdecimate_filter_deps="gpl avcodec dsputil pixblockdsp"
2533
+mpdecimate_filter_deps="gpl avcodec"
2534
+mpdecimate_filter_select="dsputil pixblockdsp"
2534 2535
 mptestsrc_filter_deps="gpl"
2535 2536
 negate_filter_deps="lut_filter"
2536 2537
 perspective_filter_deps="gpl"