[FFmpeg-cvslog] configure: make avconv select (a)trim filters

Anton Khirnov git at videolan.org
Wed May 8 12:25:34 CEST 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sun May  5 07:25:22 2013 +0200| [bce70f8170592599a4f2f5f02606c1246e88df57] | committer: Anton Khirnov

configure: make avconv select (a)trim filters

They are now used for -ss/-t

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bce70f8170592599a4f2f5f02606c1246e88df57
---

 configure |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index d165e68..84f5272 100755
--- a/configure
+++ b/configure
@@ -1903,9 +1903,9 @@ swscale_deps="avutil"
 
 # programs
 avconv_deps="avcodec avfilter avformat avresample swscale"
-avconv_select="aformat_filter anull_filter asyncts_filter format_filter
+avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
                fps_filter null_filter resample_filter scale_filter
-               setpts_filter"
+               setpts_filter trim_filter"
 avplay_deps="avcodec avformat avresample swscale sdl"
 avplay_select="rdft"
 avprobe_deps="avcodec avformat"



More information about the ffmpeg-cvslog mailing list