Diego Biurrun <[email protected]> writes: > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 5d727aa..099f4b4 100755 > --- a/configure > +++ b/configure > @@ -1746,7 +1746,7 @@ swscale_deps="avutil" > avconv_deps="avcodec avfilter avformat avresample swscale" > avconv_select="aformat_filter asyncts_filter > format_filter fps_filter scale_filter setpts_filter" > -avplay_deps="avcodec avformat swscale sdl" > +avplay_deps="avcodec avformat avresample swscale sdl" > avplay_select="rdft" > avprobe_deps="avcodec avformat" > avserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer !shared" > --
LGTM -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
