Opened 8 weeks ago
Closed 7 weeks ago
#11282 closed defect (fixed)
Windows11 WSL compile ffmpeg7.1 failed (ff_vvc_apply_bdof_avx2)
Reported by: | ggdream | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avcodec |
Version: | git-master | Keywords: | 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 �������˸÷���
Change History (2)
comment:1 by , 7 weeks ago
Keywords: | compile Windows removed |
---|---|
Status: | new → open |
comment:2 by , 7 weeks ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Version: | 7.1 → git-master |
Should be fixed in 9ec042c1aaa64b5f6dff8be263feff4288c1844e and baef55364f3aec557c460621ca3e98b74646ebd4 for the 7.1 branch.
Patch in ML: https://patchwork.ffmpeg.org/project/ffmpeg/patch/20241110194631.7167-1-jamrial@gmail.com/
Can you test it?