[FFmpeg-cvslog] configure: Add missing libshine->mpegaudioheader dependency

Andreas Rheinhardt git at videolan.org
Thu Jan 6 09:45:32 EET 2022


ffmpeg | branch: release/4.3 | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Jan  5 19:57:58 2022 +0100| [c6fa5a8d04a033bb49ae97984c47f0b2d9a7b604] | committer: Andreas Rheinhardt

configure: Add missing libshine->mpegaudioheader dependency

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
(cherry picked from commit e228d7b0db7d6cb02a73bee6d3bf4f6ecf92d0bf)

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

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

diff --git a/configure b/configure
index c320770794..0fec273a33 100755
--- a/configure
+++ b/configure
@@ -3236,7 +3236,7 @@ librav1e_encoder_deps="librav1e"
 librav1e_encoder_select="extract_extradata_bsf"
 librsvg_decoder_deps="librsvg"
 libshine_encoder_deps="libshine"
-libshine_encoder_select="audio_frame_queue"
+libshine_encoder_select="audio_frame_queue mpegaudioheader"
 libspeex_decoder_deps="libspeex"
 libspeex_encoder_deps="libspeex"
 libspeex_encoder_select="audio_frame_queue"



More information about the ffmpeg-cvslog mailing list