diff options
author | James Almer <jamrial@gmail.com> | 2018-02-26 01:43:54 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2018-02-26 01:43:54 -0300 |
commit | f4709f1b7b9008380a74dd0415323fd3e0085c93 (patch) | |
tree | 47a6226e16d984fa13a0e837c18b3105bfcdd6b5 /configure | |
parent | c0919c49855b4b7f6a476d2daf2b160d9c50407b (diff) | |
download | ffmpeg-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |