mirror of https://github.com/FFmpeg/FFmpeg.git
The file libavcodec/x86/mlpdsp_init.c uses inline assembly with nonlocal labels that are referenced outside of the assembly in C. This fails to link with LTO when built with Clang when targeting Windows. The root cause has been reported upstream at https://github.com/llvm/llvm-project/issues/76046. Fixes: https://trac.ffmpeg.org/ticket/10548 Signed-off-by: Martin Storsjö <martin@martin.st>release/7.0
parent
cb6b165b16
commit
102045028e
1 changed files with 10 additions and 0 deletions
Loading…
Reference in new issue