提交 7980a260 编写于 作者: C Carl Eugen Hoyos

Let ffmpeg select the null and anull filters.

They are needed since 16e25ef3.
上级 fbc5e0fa
...@@ -1711,7 +1711,7 @@ postproc_deps="gpl" ...@@ -1711,7 +1711,7 @@ postproc_deps="gpl"
# programs # programs
ffmpeg_deps="avcodec avfilter avformat swscale swresample" ffmpeg_deps="avcodec avfilter avformat swscale swresample"
ffmpeg_select="buffersink_filter format_filter aformat_filter ffmpeg_select="buffersink_filter format_filter aformat_filter
setpts_filter" setpts_filter null_filter anull_filter"
ffplay_deps="avcodec avformat swscale swresample sdl" ffplay_deps="avcodec avformat swscale swresample sdl"
ffplay_select="buffersink_filter rdft" ffplay_select="buffersink_filter rdft"
ffprobe_deps="avcodec avformat" ffprobe_deps="avcodec avformat"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册