[FFmpeg-devel] [PATCH] configure: Fix iamfdec dependencies

James Almer jamrial at gmail.com
Wed Apr 3 23:00:38 EEST 2024


On 4/3/2024 4:35 PM, Andreas Rheinhardt wrote:
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
>   configure | 1 +
>   1 file changed, 1 insertion(+)
> 
> 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"

LGTM. Please backport it too.


More information about the ffmpeg-devel mailing list