Skip to content

Commit a382cda

Browse files
committed
.github: add h264 build dependencies
1 parent 244d3d5 commit a382cda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)