diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-13 10:17:28 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-13 13:58:34 +0200 |
commit | ce03b0881a941b64c8478aaf7ff759a7fb43a382 (patch) | |
tree | 18612a5a9b448aa1c75a00a01820291a0b22b0fb | |
parent | 24b2f4ed21e463a4bd3beec16f2bdef4a15241c1 (diff) | |
download | ffmpeg-ce03b0881a941b64c8478aaf7ff759a7fb43a382.tar.gz |
configure: add all filters hardcoded into avconv to avconv_deps
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |