summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-02-26 01:43:54 -0300
committerJames Almer <jamrial@gmail.com>2018-02-26 01:43:54 -0300
commitf4709f1b7b9008380a74dd0415323fd3e0085c93 (patch)
tree47a6226e16d984fa13a0e837c18b3105bfcdd6b5 /configure
parentc0919c49855b4b7f6a476d2daf2b160d9c50407b (diff)
downloadffmpeg-streaming-f4709f1b7b9008380a74dd0415323fd3e0085c93.zip
ffmpeg-streaming-f4709f1b7b9008380a74dd0415323fd3e0085c93.tar.gz
configure: add missing audio_frame_queue dependency to vorbis encoder
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1bdb7c1..6916b45 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"
OpenPOWER on IntegriCloud