summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-04-03 21:34:54 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2024-04-03 22:04:46 +0200
commit9c4558b5963bbc47a03bb8f99d0a99d03c5fd734 (patch)
treec55434a3f9ef8baded39fb0ce4f26318b37f4a14
parent5a5422196d0283918a1aa996a81bd51522f34fda (diff)
configure: Fix iamfdec dependencies
Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 71386c3920..a393f6ea65 100755
--- a/configure
+++ b/configure
@@ -2854,6 +2854,7 @@ hevcparse_select="golomb"
hevc_sei_select="atsc_a53 golomb"
frame_thread_encoder_deps="encoders threads"
iamfdec_deps="iamf"
+iamfdec_select="iso_media mpeg4audio"
iamfenc_deps="iamf"
inflate_wrapper_deps="zlib"
intrax8_select="blockdsp wmv2dsp"