mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-28 12:36:30 +00:00
Swap x264-git dep to libx264 in Msys2/Arch
This commit is contained in:
parent
a6e56a208c
commit
4e241d0448
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
mingw-w64-x86_64-dlfcn
|
||||
mingw-w64-x86_64-libvpx
|
||||
mingw-w64-x86_64-opus
|
||||
mingw-w64-x86_64-x264-git
|
||||
mingw-w64-x86_64-libx264
|
||||
mingw-w64-x86_64-SDL2
|
||||
mingw-w64-x86_64-libyuv
|
||||
mingw-w64-x86_64-libjpeg-turbo
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ apt-get install -y make gcc pkg-config libvpx-dev libx264-dev libopus-dev libsdl
|
|||
brew install pkg-config libvpx x264 opus sdl2 jpeg-turbo
|
||||
|
||||
# Windows (MSYS2)
|
||||
pacman -Sy --noconfirm --needed git make mingw-w64-x86_64-{gcc,pkgconf,dlfcn,libvpx,opus,x264-git,SDL2,libyuv,libjpeg-turbo}
|
||||
pacman -Sy --noconfirm --needed git make mingw-w64-x86_64-{gcc,pkgconf,dlfcn,libvpx,opus,libx264,SDL2,libyuv,libjpeg-turbo}
|
||||
```
|
||||
|
||||
(You don't need to download libyuv on macOS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue