diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ffmpeg/0002-fix-msvc-link.patch | |
Diffstat (limited to 'vcpkg/ports/ffmpeg/0002-fix-msvc-link.patch')
| -rw-r--r-- | vcpkg/ports/ffmpeg/0002-fix-msvc-link.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/ffmpeg/0002-fix-msvc-link.patch b/vcpkg/ports/ffmpeg/0002-fix-msvc-link.patch new file mode 100644 index 0000000..c9aa7e7 --- /dev/null +++ b/vcpkg/ports/ffmpeg/0002-fix-msvc-link.patch @@ -0,0 +1,11 @@ +diff --git a/configure b/configure +--- a/configure ++++ b/configure +@@ -6162,6 +6162,7 @@ EOF + test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX" + case "$objformat" in + elf*) enabled debug && append X86ASMFLAGS $x86asm_debug ;; ++ win*) enabled debug && append X86ASMFLAGS "-g" ;; + esac + + enabled avx512 && check_x86asm avx512_external "vmovdqa32 [eax]{k1}{z}, zmm0" |