Commit 81538470 authored by Michael Niedermayer's avatar Michael Niedermayer

configure: fix select vs. deps

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b7cfd5c2
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment