mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
configure: Make avconv depend on null, anull and resample filters
Building avconv without that functionality makes little sense.
This commit is contained in:
parent
69f086e0f9
commit
0a0e340f5b
5
configure
vendored
5
configure
vendored
@ -1771,8 +1771,9 @@ swscale_deps="avutil"
|
|||||||
|
|
||||||
# programs
|
# programs
|
||||||
avconv_deps="avcodec avfilter avformat avresample swscale"
|
avconv_deps="avcodec avfilter avformat avresample swscale"
|
||||||
avconv_select="aformat_filter asyncts_filter
|
avconv_select="aformat_filter anull_filter asyncts_filter format_filter
|
||||||
format_filter fps_filter scale_filter setpts_filter"
|
fps_filter null_filter resample_filter scale_filter
|
||||||
|
setpts_filter"
|
||||||
avplay_deps="avcodec avformat avresample swscale sdl"
|
avplay_deps="avcodec avformat avresample swscale sdl"
|
||||||
avplay_select="rdft"
|
avplay_select="rdft"
|
||||||
avprobe_deps="avcodec avformat"
|
avprobe_deps="avcodec avformat"
|
||||||
|
Loading…
Reference in New Issue
Block a user