Skip to content

Commit

Permalink
Fix #575: invalid option: --with-libvorbis (#577)
Browse files Browse the repository at this point in the history
Homebrew stopped supporting the `--with-libvorbis` option in late 2018.
According to OliverSparrow: The brew formulas for libav and ffmpeg now automatically install these files, listing them as dependencies. Just running `brew install libav` or `ffmpeg` alone should work now.
  • Loading branch information
nicolas-raoul authored Apr 5, 2021
1 parent 2c8a103 commit 72b474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ Mac (using [homebrew](http://brew.sh)):

```bash
# libav
brew install libav --with-libvorbis --with-sdl --with-theora
brew install libav

#### OR #####

# ffmpeg
brew install ffmpeg --with-libvorbis --with-sdl2 --with-theora
brew install ffmpeg
```

Linux (using aptitude):
Expand Down

0 comments on commit 72b474e

Please sign in to comment.