aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-05 19:57:58 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-06 08:49:01 +0100
commitaa3b2c3883480f5e31382d5f9ce4f32cc6c5ec5a (patch)
tree12e807466349831a263a56a2a5cb5fd7fb64f82c
parent010281ed230454042abf8b88696678c669a0f279 (diff)
downloadffmpeg-aa3b2c3883480f5e31382d5f9ce4f32cc6c5ec5a.tar.gz
configure: Add missing libshine->mpegaudioheader dependency
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> (cherry picked from commit e228d7b0db7d6cb02a73bee6d3bf4f6ecf92d0bf)
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index d7efa3627e..88ea656f4f 100755
--- a/configure
+++ b/configure
@@ -3121,7 +3121,7 @@ libopus_encoder_deps="libopus"
libopus_encoder_select="audio_frame_queue"
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"