From a50b3308591b635405bda367b2eedab83b1752ce Mon Sep 17 00:00:00 2001 From: James Almer Date: Thu, 16 Feb 2017 01:15:59 -0300 Subject: [PATCH] configure: remove unnecessary opus encoder dependency audiodsp is not used by the encoder. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2f761c39c2..7bfe70e70d 100755 --- a/configure +++ b/configure @@ -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"