diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-06-13 10:10:31 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-06-13 13:57:47 +0200 |
commit | 2f296e39a17cd947c6675c20ff61a2d993ff0de2 (patch) | |
tree | 48381cb324a199ef704c34ec86d433a4bc6abe13 /configure | |
parent | a48802836261082be8fe3d809e9e788f50620536 (diff) | |
download | ffmpeg-2f296e39a17cd947c6675c20ff61a2d993ff0de2.tar.gz |
lavfi: allow building without swscale.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1531,16 +1531,16 @@ frei0r_src_filter_extralibs='$ldl' hqdn3d_filter_deps="gpl" resample_filter_deps="avresample" ocv_filter_deps="libopencv" +scale_filter_deps="swscale" yadif_filter_deps="gpl" # libraries avdevice_deps="avcodec avformat" -avfilter_deps="swscale" avformat_deps="avcodec" # programs avconv_deps="avcodec avfilter avformat avresample swscale format_filter - setpts_filter" + scale_filter setpts_filter" avplay_deps="avcodec avformat swscale sdl" avplay_select="rdft" avprobe_deps="avcodec avformat" |