[FFmpeg-cvslog] configure: remove unnecessary opus encoder dependency

James Almer git at videolan.org
Thu Feb 16 06:38:27 EET 2017


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Feb 16 01:15:59 2017 -0300| [a50b3308591b635405bda367b2eedab83b1752ce] | committer: James Almer

configure: remove unnecessary opus encoder dependency

audiodsp is not used by the encoder.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a50b3308591b635405bda367b2eedab83b1752ce
---

 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 2f761c3..7bfe70e 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"



More information about the ffmpeg-cvslog mailing list