diff options
author | James Almer <jamrial@gmail.com> | 2017-02-16 01:15:59 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-02-16 01:15:59 -0300 |
commit | a50b3308591b635405bda367b2eedab83b1752ce (patch) | |
tree | c3ecb445c5ba20cc91cec7cc1a4312d1dcc32d61 | |
parent | 3fc86f0d69d3cb1d8e81f5de3f24a7b4c782fa95 (diff) | |
download | ffmpeg-a50b3308591b635405bda367b2eedab83b1752ce.tar.gz |
configure: remove unnecessary opus encoder dependency
audiodsp is not used by the encoder.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2492,7 +2492,7 @@ nuv_decoder_select="idctdsp lzo" on2avc_decoder_select="mdct" opus_decoder_deps="swresample" opus_decoder_select="mdct15" -opus_encoder_select="audio_frame_queue audiodsp mdct15" +opus_encoder_select="audio_frame_queue mdct15" png_decoder_select="zlib" png_encoder_select="llvidencdsp zlib" prores_decoder_select="blockdsp idctdsp" |