mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
[mod_av] Use pre-compiled FFmpeg 7.1.5 binary on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user