[mod_av] Use pre-compiled FFmpeg 7.1.5 binary on Windows

This commit is contained in:
Andrey Volk
2026-07-03 21:57:07 +03:00
committed by GitHub
parent 225a5e197e
commit 2096190199
19 changed files with 63 additions and 9913 deletions
+3 -4
View File
@@ -16,13 +16,12 @@ jobs:
- name: Download yasm.exe
run: |
curl -o libs\win32\ffmpeg\yasm.exe https://files.freeswitch.org/downloads/win64/yasm-1.3.0.87.g121a.exe
copy libs\win32\ffmpeg\yasm.exe libs\win32\libvpx\yasm.exe
curl -o libs\win32\libvpx\yasm.exe https://files.freeswitch.org/downloads/win64/yasm-1.3.0.87.g121a.exe
- name: Verify and Run yasm.exe
run: |
if exist libs\win32\ffmpeg\yasm.exe (
libs\win32\ffmpeg\yasm.exe --version
if exist libs\win32\libvpx\yasm.exe (
libs\win32\libvpx\yasm.exe --version
) else (
echo ERROR: yasm.exe not found!
exit 1