Commit bf054750 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bce70f81'

* commit 'bce70f81':
  configure: make avconv select (a)trim filters

Conflicts:
	configure
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 42f5fc71 bce70f81
......@@ -2178,8 +2178,9 @@ swscale_deps="avutil"
# programs
ffmpeg_deps="avcodec avfilter avformat swscale swresample"
ffmpeg_select="format_filter aformat_filter
setpts_filter null_filter anull_filter"
ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
null_filter
setpts_filter trim_filter"
ffplay_deps="avcodec avformat swscale swresample sdl"
ffplay_select="rdft crop_filter"
ffprobe_deps="avcodec avformat"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment