Skip to content

Commit 72b474e

Browse files
Fix #575: invalid option: --with-libvorbis (#577)
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.
1 parent 2c8a103 commit 72b474e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,12 +210,12 @@ Mac (using [homebrew](http://brew.sh)):
210210

211211
```bash
212212
# libav
213-
brew install libav --with-libvorbis --with-sdl --with-theora
213+
brew install libav
214214

215215
#### OR #####
216216

217217
# ffmpeg
218-
brew install ffmpeg --with-libvorbis --with-sdl2 --with-theora
218+
brew install ffmpeg
219219
```
220220

221221
Linux (using aptitude):

0 commit comments

Comments
 (0)