Commit 54fd593a authored by Martin Storsjö's avatar Martin Storsjö

configure: Enable avconv filter dependencies automatically

This makes sure minimal configurations such as
"--disable-everything --enable-avconv" will enable the filters
necessary for running avconv, instead of just keeping avconv
disabled (even if the user specified "--enable-avconv").
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent d5e83122
......@@ -1742,9 +1742,9 @@ avresample_deps="avutil"
swscale_deps="avutil"
# programs
avconv_deps="avcodec avfilter avformat avresample swscale
aformat_filter asyncts_filter
format_filter fps_filter scale_filter setpts_filter"
avconv_deps="avcodec avfilter avformat avresample swscale"
avconv_select="aformat_filter asyncts_filter
format_filter fps_filter scale_filter setpts_filter"
avplay_deps="avcodec avformat swscale sdl"
avplay_select="rdft"
avprobe_deps="avcodec avformat"
......
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