Skip to content

Commit

Permalink
Add back the ffmpeg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Dec 29, 2023
1 parent 1c0cdf4 commit 0fa73c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
if: matrix.name == 'Mac'
run: |
brew install --cask hUGETracker/.github/brew/lazarus.rb
brew install rgbds yasm
brew install rgbds
brew install automake fdk-aac git lame libass libtool libvorbis \
libvpx opus shtool texi2html theora wget x264 x265 xvid yasm
curl -Lo 'sdl2.tgz' https://github.com/libsdl-org/SDL/archive/refs/tags/release-2.28.5.tar.gz
tar xzf sdl2.tgz
Expand Down

0 comments on commit 0fa73c3

Please sign in to comment.