diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-05-05 07:25:22 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-05-07 12:32:03 +0200 |
commit | bce70f8170592599a4f2f5f02606c1246e88df57 (patch) | |
tree | 305908b552ce2362b5208260602e70e39cf7e6bd /configure | |
parent | 481575d255195c6c2f32e04686b94de984ae78d4 (diff) | |
download | ffmpeg-bce70f8170592599a4f2f5f02606c1246e88df57.tar.gz |
configure: make avconv select (a)trim filters
They are now used for -ss/-t
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1903,9 +1903,9 @@ swscale_deps="avutil" # programs avconv_deps="avcodec avfilter avformat avresample swscale" -avconv_select="aformat_filter anull_filter asyncts_filter format_filter +avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter fps_filter null_filter resample_filter scale_filter - setpts_filter" + setpts_filter trim_filter" avplay_deps="avcodec avformat avresample swscale sdl" avplay_select="rdft" avprobe_deps="avcodec avformat" |