> 发件人: ffmpeg-devel <ffmpeg-devel-boun...@ffmpeg.org> 代表 Andreas Rheinhardt > <andreas.rheinha...@outlook.com> > 发送时间: 2024年2月5日 4:06 > 收件人: ffmpeg-devel@ffmpeg.org > 主题: Re: [FFmpeg-devel] [PATCH] avcodec/x86/vvc/vvcdsp_init: fix unresolved > external symbol on ARCH_X86_32 > > toq...@outlook.com: >> From: Wu Jianhua <toq...@outlook.com> >> >> Signed-off-by: Wu Jianhua <toq...@outlook.com> >> --- >> 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. _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".