1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-05 18:01:59 +02:00

Let ffmpeg select the null and anull filters.

They are needed since 16e25ef.
This commit is contained in:
Carl Eugen Hoyos 2012-06-01 13:53:38 +02:00
parent fbc5e0fae1
commit 7980a260a9

2
configure vendored
View File

@ -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"