OSDN Git Service

configure: Enable avconv filter dependencies automatically
authorMartin Storsjö <martin@martin.st>
Fri, 9 Nov 2012 12:32:38 +0000 (14:32 +0200)
committerMartin Storsjö <martin@martin.st>
Tue, 27 Nov 2012 15:05:01 +0000 (17:05 +0200)
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: Martin Storsjö <martin@martin.st>
configure

index 3d740bf..ca11a85 100755 (executable)
--- a/configure
+++ b/configure
@@ -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"