[FFmpeg-cvslog] configure: add all filters hardcoded into avconv to avconv_deps

Anton Khirnov git at videolan.org
Wed Jun 13 23:02:29 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Jun 13 10:17:28 2012 +0200| [ce03b0881a941b64c8478aaf7ff759a7fb43a382] | committer: Anton Khirnov

configure: add all filters hardcoded into avconv to avconv_deps

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

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

diff --git a/configure b/configure
index 31c437c..4bb2030 100755
--- a/configure
+++ b/configure
@@ -1539,8 +1539,9 @@ avdevice_deps="avcodec avformat"
 avformat_deps="avcodec"
 
 # programs
-avconv_deps="avcodec avfilter avformat avresample swscale format_filter
-             scale_filter setpts_filter"
+avconv_deps="avcodec avfilter avformat avresample swscale
+             aformat_filter asyncts_filter
+             format_filter fps_filter scale_filter setpts_filter"
 avplay_deps="avcodec avformat swscale sdl"
 avplay_select="rdft"
 avprobe_deps="avcodec avformat"



More information about the ffmpeg-cvslog mailing list