Re: [FFmpeg-devel] [PATCH] x86/vvc: Fix build error for arch x86_32

2024-11-11 Thread Nuo Mi
On Sat, Nov 2, 2024 at 1:27 PM Zhao Zhili wrote: > From: Zhao Zhili > > There were static functions which built for x86_32, but the simd > functions they reference only available for x86_64. > Thank you, Zhili, Merged > --- > libavcodec/x86/vvc/vvcdsp_init.c | 5 + > 1 file changed, 5 inse

[FFmpeg-devel] [PATCH] x86/vvc: Fix build error for arch x86_32

2024-11-01 Thread Zhao Zhili
From: Zhao Zhili There were static functions which built for x86_32, but the simd functions they reference only available for x86_64. --- libavcodec/x86/vvc/vvcdsp_init.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavcodec/x86/vvc/vvcdsp_init.c b/libavcodec/x86/vvc/vvcdsp_init.c