summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-12-18 15:08:56 +0100
committerDiego Biurrun <diego@biurrun.de>2012-12-21 00:21:53 +0100
commit0a0e340f5b8d9135540befcfa72dcf06e1a05cee (patch)
tree61282852a8d861ea7d90e5e0fd2eb329e5821470 /configure
parent69f086e0f90f23d89e5739b099a4f984fa6a7885 (diff)
downloadffmpeg-streaming-0a0e340f5b8d9135540befcfa72dcf06e1a05cee.zip
ffmpeg-streaming-0a0e340f5b8d9135540befcfa72dcf06e1a05cee.tar.gz
configure: Make avconv depend on null, anull and resample filters
Building avconv without that functionality makes little sense.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index c357b53..5355300 100755
--- 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"
OpenPOWER on IntegriCloud