diff options
author | Anton Khirnov <anton@khirnov.net> | 2016-01-31 14:11:50 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2016-02-09 11:31:24 +0100 |
commit | dd53af4b37c7790ce26065b36d5655c1af38b295 (patch) | |
tree | 207973d3352776e5acbec10d4d4fe3016ad610d7 /configure | |
parent | 5781bfae0cf4271278a8bea176d615cb5c222335 (diff) | |
download | ffmpeg-dd53af4b37c7790ce26065b36d5655c1af38b295.tar.gz |
avplay: drop support for building without lavfi
lavfi has been considered to be stable for a while now, so it is enabled
in most configurations. Supporting avplay without lavfi requires a lot
of nontrivial ifdef mess for no good reason.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2400,9 +2400,9 @@ avconv_deps="avcodec avfilter avformat avresample swscale" avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter fps_filter null_filter resample_filter scale_filter setpts_filter trim_filter" -avplay_deps="avcodec avformat avresample swscale sdl" +avplay_deps="avcodec avfilter avformat avresample sdl" avplay_libs='$sdl_libs' -avplay_select="rdft transpose_filter hflip_filter vflip_filter" +avplay_select="rdft format_filter transpose_filter hflip_filter vflip_filter" avprobe_deps="avcodec avformat" # documentation |