Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
run: |
brew update
brew install yasm autoconf ragel meson nasm automake libtool
brew link --overwrite automake
# Create compatibility symlinks for older automake version references
ln -sf $(which aclocal) /usr/local/bin/aclocal-1.16
ln -sf $(which automake) /usr/local/bin/automake-1.16

- name: Create build directory
run: mkdir -p build

Expand Down