Opened 3 hours ago
#11282 new defect
Windows11 WSL compile ffmpeg7.1 failed (ff_vvc_apply_bdof_avx2)
Reported by: | ggdream | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | 7.1 | Keywords: | compile Windows vvc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
My env: win11+wsl(ubuntu24.04)
ffmpeg6 is ok.
configure: ./configure --prefix=dst --disable-x86asm --disable-doc --toolchain=msvc
An error is reported at the last part of make -j3:
AR libavcodec/libavcodec.a
LD ffmpeg_g.exe
LD ffprobe_g.exe
libavcodec.a(vvcdsp_init.o) : error LNK2019: 无法解析的外部符号(Unresolved external symbol) ff_vvc_apply_bdof_avx2,函数 ff_vvc_apply_bdof_10_avx2
中引用了该符号libavcodec.a(vvcdsp_init.o) : error LNK2019: ���������ⲿ���� ff_vvc_apply_bdof_avx2������ ff_vvc_apply_bdof_10_avx2 �������˸÷���
Note:
See TracTickets
for help on using tickets.