diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-03 21:34:54 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-04-03 22:04:46 +0200 |
commit | 9c4558b5963bbc47a03bb8f99d0a99d03c5fd734 (patch) | |
tree | c55434a3f9ef8baded39fb0ce4f26318b37f4a14 | |
parent | 5a5422196d0283918a1aa996a81bd51522f34fda (diff) | |
download | ffmpeg-9c4558b5963bbc47a03bb8f99d0a99d03c5fd734.tar.gz |
configure: Fix iamfdec dependencies
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |