Skip to content

Commit

Permalink
Add libjpeg to builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Oct 18, 2023
1 parent 61c70d3 commit f7c2524
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo apt-get -qq update
sudo apt-get -qq install -y \
make pkg-config \
libvpx-dev libx264-dev libopus-dev libyuv-dev \
libvpx-dev libx264-dev libopus-dev libyuv-dev libjpeg-turbo8-dev \
libsdl2-dev libgl1-mesa-glx
make build
Expand All @@ -62,6 +62,7 @@ jobs:
mingw-w64-x86_64-x264-git
mingw-w64-x86_64-SDL2
mingw-w64-x86_64-libyuv
mingw-w64-x86_64-libjpeg-turbo
- name: Windows
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit f7c2524

Please sign in to comment.