Message ID | GV1P250MB0737FCA839CF7E0435F08CB88F3D2@GV1P250MB0737.EURP250.PROD.OUTLOOK.COM |
---|---|
State | Accepted |
Commit | 9c4558b5963bbc47a03bb8f99d0a99d03c5fd734 |
Headers | show |
Series | [FFmpeg-devel] configure: Fix iamfdec dependencies | expand |
Context | Check | Description |
---|---|---|
andriy/make_x86 | success | Make finished |
andriy/make_fate_x86 | success | Make fate finished |
On 4/3/2024 4:35 PM, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@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.
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"
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> --- configure | 1 + 1 file changed, 1 insertion(+)