configure: Make avconv depend on null, anull and resample filters
authorDiego Biurrun <diego@biurrun.de>
Tue, 18 Dec 2012 14:08:56 +0000 (15:08 +0100)
committerDiego Biurrun <diego@biurrun.de>
Thu, 20 Dec 2012 23:21:53 +0000 (00:21 +0100)
Building avconv without that functionality makes little sense.

configure

index c357b53..5355300 100755 (executable)
--- a/configure
+++ b/configure
@@ -1771,8 +1771,9 @@ swscale_deps="avutil"
 
 # programs
 avconv_deps="avcodec avfilter avformat avresample swscale"
-avconv_select="aformat_filter asyncts_filter
-               format_filter fps_filter scale_filter setpts_filter"
+avconv_select="aformat_filter anull_filter asyncts_filter format_filter
+               fps_filter null_filter resample_filter scale_filter
+               setpts_filter"
 avplay_deps="avcodec avformat avresample swscale sdl"
 avplay_select="rdft"
 avprobe_deps="avcodec avformat"