Skip to content

Commit

Permalink
Merge pull request #175 from phunkyfish/update-brew
Browse files Browse the repository at this point in the history
Update brew packages to canonical names
  • Loading branch information
erikkaashoek authored Jan 25, 2025
2 parents 81a7efd + 76dc689 commit 7c7cf48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,18 @@ jobs:
- name: Configure Brew packages ffmpeg7
if: ${{ matrix.ffmpeg_version == 'ffmpeg7' }}
run: |
brew install autoconf automake libtool pkgconfig argtable ffmpeg sdl
brew install autoconf automake libtool pkgconf argtable ffmpeg sdl12-compat
- name: Configure Brew packages ffmpeg6
if: ${{ matrix.ffmpeg_version == 'ffmpeg6' }}
run: |
brew install autoconf automake libtool pkgconfig argtable ffmpeg@6 sdl
brew install autoconf automake libtool pkgconf argtable ffmpeg@6 sdl12-compat
brew link ffmpeg@6
- name: Configure Brew packages ffmpeg5
if: ${{ matrix.ffmpeg_version == 'ffmpeg5' }}
run: |
brew install autoconf automake libtool pkgconfig argtable ffmpeg@5 sdl
brew install autoconf automake libtool pkgconf argtable ffmpeg@5 sdl12-compat
brew link ffmpeg@5
- name: Setup msys2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ First install Xcode (freely available from the Mac OS X App Store). After it's i
The easiest way to install Comskip's dependencies is via Homebrew (http://brew.sh/):

```
$ brew install autoconf automake libtool pkgconfig argtable ffmpeg sdl
$ brew install autoconf automake libtool pkgconf argtable ffmpeg sdl12-compat
```

[Macports](https://www.macports.org/install.php) natively compiles all libraries from source. The project [etv-comskip](https://github.com/essandess/etv-comskip) has an example [Makefile](https://github.com/essandess/etv-comskip/blob/master/Makefile) using Macports tools.
Expand Down

0 comments on commit 7c7cf48

Please sign in to comment.