mirror of https://git.ffmpeg.org/ffmpeg.git
configure: fix select vs. deps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
b7cfd5c29b
commit
81538470c8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue