summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-06-13 10:17:28 +0200
committerAnton Khirnov <anton@khirnov.net>2012-06-13 13:58:34 +0200
commitce03b0881a941b64c8478aaf7ff759a7fb43a382 (patch)
tree18612a5a9b448aa1c75a00a01820291a0b22b0fb /configure
parent24b2f4ed21e463a4bd3beec16f2bdef4a15241c1 (diff)
configure: add all filters hardcoded into avconv to avconv_deps
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index 31c437c808..4bb20301e7 100755
--- a/configure
+++ b/configure
@@ -1539,8 +1539,9 @@ avdevice_deps="avcodec avformat"
avformat_deps="avcodec"
# programs
-avconv_deps="avcodec avfilter avformat avresample swscale format_filter
- scale_filter setpts_filter"
+avconv_deps="avcodec avfilter avformat avresample swscale
+ 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"