]> git.sesse.net Git - ffmpeg/commitdiff
configure: add missing audio_frame_queue dependency to vorbis encoder
authorJames Almer <jamrial@gmail.com>
Mon, 26 Feb 2018 04:43:54 +0000 (01:43 -0300)
committerJames Almer <jamrial@gmail.com>
Mon, 26 Feb 2018 04:43:54 +0000 (01:43 -0300)
Signed-off-by: James Almer <jamrial@gmail.com>
configure

index 1bdb7c1c2def0585a4281801e2760c4270a64ca4..6916b4549ae9a0e0143a16cb0bf314162a10203b 100755 (executable)
--- 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"