mirror of https://git.ffmpeg.org/ffmpeg.git
Let ffmpeg select the null and anull filters.
They are needed since 16e25ef
.
This commit is contained in:
parent
fbc5e0fae1
commit
7980a260a9
|
@ -1711,7 +1711,7 @@ postproc_deps="gpl"
|
|||
# programs
|
||||
ffmpeg_deps="avcodec avfilter avformat swscale swresample"
|
||||
ffmpeg_select="buffersink_filter format_filter aformat_filter
|
||||
setpts_filter"
|
||||
setpts_filter null_filter anull_filter"
|
||||
ffplay_deps="avcodec avformat swscale swresample sdl"
|
||||
ffplay_select="buffersink_filter rdft"
|
||||
ffprobe_deps="avcodec avformat"
|
||||
|
|
Loading…
Reference in New Issue