On Wed, Feb 7, 2024 at 6:00 PM Andreas Rheinhardt < [email protected]> wrote:
> Wu Jianhua: > >> 发件人: ffmpeg-devel <[email protected]> 代表 Andreas > Rheinhardt <[email protected]> > >> 发送时间: 2024年2月5日 4:06 > >> 收件人: [email protected] > >> 主题: Re: [FFmpeg-devel] [PATCH] avcodec/x86/vvc/vvcdsp_init: fix > unresolved external symbol on ARCH_X86_32 > >> > >> [email protected]: > >>> From: Wu Jianhua <[email protected]> > >>> > >>> Signed-off-by: Wu Jianhua <[email protected]> > >>> --- > >>> libavcodec/x86/vvc/vvcdsp_init.c | 78 ++++++++++++++++---------------- > >>> 1 file changed, 40 insertions(+), 38 deletions(-) > >>> > >>> diff --git a/libavcodec/x86/vvc/vvcdsp_init.c > b/libavcodec/x86/vvc/vvcdsp_init.c > >>> index 909ef9f56b..8ee4074350 100644 > >>> --- a/libavcodec/x86/vvc/vvcdsp_init.c > >>> +++ b/libavcodec/x86/vvc/vvcdsp_init.c > >>> @@ -31,6 +31,7 @@ > >>> #include "libavcodec/vvc/vvcdsp.h" > >>> #include "libavcodec/x86/h26x/h2656dsp.h" > >>> > >> > >> Are really all of these functions unavailable for 32bit? > >> > >> - Andreas > > > > Yes. Both libavcodec\x86\vvc\vvc_mc.asm and > libavcodec\x86\h26x\h2656_inter.asm are wrapped in ARCH_X86_64. > > Patch seems ok then. > applied, thank you all > > - Andreas > > > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
