summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-26 16:52:58 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-29 19:19:17 +0200
commitc9cc76290f8139a012a12efe7e581276b8bd8dff (patch)
tree18a4c16ac1e7d3b3a2683fddbe8bb52b2767f042 /configure
parent4f81a5072a59798e22ffacb091b4dd6b865b9a80 (diff)
avconv: extend -r to work on any input stream.
This is done by automatically inserting a setpts filter.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index c3edc9375c..67371c8102 100755
--- a/configure
+++ b/configure
@@ -1536,7 +1536,8 @@ avfilter_deps="swscale"
avformat_deps="avcodec"
# programs
-avconv_deps="avcodec avfilter avformat avresample swscale format_filter"
+avconv_deps="avcodec avfilter avformat avresample swscale format_filter
+ setpts_filter"
avplay_deps="avcodec avformat swscale sdl"
avplay_select="rdft"
avprobe_deps="avcodec avformat"