File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,18 +40,18 @@ jobs:
4040 if : ${{ matrix.os == 'ubuntu-latest' }}
4141 run : |
4242 sudo apt update
43- sudo apt install libsdl2-dev liblzo2-dev libssl-dev gnutls-dev libgcrypt-dev mingw-w64-x86-64-dev binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 wine
43+ sudo apt install libsdl2-dev liblzo2-dev libssl-dev gnutls-dev libgcrypt-dev libavcodec-dev libavutil-dev libswscale-dev mingw-w64-x86-64-dev binutils-mingw-w64-x86-64 gcc-mingw-w64-x86-64 wine
4444 - name : Install MacOS Build Dependencies
4545 if : ${{ matrix.os == 'macos-latest' }}
4646 run : |
4747 unset HOMEBREW_NO_INSTALL_FROM_API
4848 brew untap homebrew/core homebrew/cask
4949 brew update
50- brew install sdl2 lzo
50+ brew install sdl2 lzo
5151 - name : Install Windows Build Dependencies
5252 if : ${{ matrix.os == 'windows-latest' }}
5353 run : |
54- vcpkg install zlib libjpeg-turbo libpng --triplet=x64-windows # could install more but should use run-vcpkg with caching for this
54+ vcpkg install zlib libjpeg-turbo libpng ffmpeg --triplet=x64-windows # could install more but should use run-vcpkg with caching for this
5555 - name : Build
5656 run : |
5757 mkdir build
You can’t perform that action at this time.
0 commit comments