Build the aformat filter when ffmpeg is built.

This commit is contained in:
Carl Eugen Hoyos 2012-05-24 12:26:31 +02:00
parent 36d0f8c9db
commit c0532f4bbc
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1713,7 +1713,7 @@ ffprobe_deps="avcodec avformat"
ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_extralibs='$ldl'
ffmpeg_deps="avcodec avfilter avformat swscale swresample"
ffmpeg_select="buffersink_filter format_filter"
ffmpeg_select="buffersink_filter format_filter aformat_filter"
doc_deps="texi2html"