mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
configure: make avconv select (a)trim filters
They are now used for -ss/-t
This commit is contained in:
parent
481575d255
commit
bce70f8170
4
configure
vendored
4
configure
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user