[FFmpeg-cvslog] configure: add missing audio_frame_queue dependency to vorbis encoder
James Almer
git at videolan.org
Mon Feb 26 06:44:22 EET 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Mon Feb 26 01:43:54 2018 -0300| [f4709f1b7b9008380a74dd0415323fd3e0085c93] | committer: James Almer
configure: add missing audio_frame_queue dependency to vorbis encoder
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f4709f1b7b9008380a74dd0415323fd3e0085c93
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 1bdb7c1c2d..6916b4549a 100755
--- a/configure
+++ b/configure
@@ -2642,7 +2642,7 @@ vble_decoder_select="llviddsp"
vc1_decoder_select="blockdsp h263_decoder h264qpel intrax8 mpegvideo vc1dsp"
vc1image_decoder_select="vc1_decoder"
vorbis_decoder_select="mdct"
-vorbis_encoder_select="mdct"
+vorbis_encoder_select="audio_frame_queue mdct"
vp3_decoder_select="hpeldsp vp3dsp videodsp"
vp5_decoder_select="h264chroma hpeldsp videodsp vp3dsp vp56dsp"
vp6_decoder_select="h264chroma hpeldsp huffman videodsp vp3dsp vp56dsp"
More information about the ffmpeg-cvslog
mailing list