Corrected the Mac OS instruction.

This commit is contained in:
zergon321
2022-10-31 19:38:42 +03:00
parent 9b2179b5c9
commit 4dc6bc6f5c

View File

@@ -27,7 +27,7 @@ sudo apt install libswscale-dev libavcodec-dev libavformat-dev libswresample-dev
For **macOS**:
```bash
brew install libav
brew install ffmpeg
```
For **Windows** see the [detailed tutorial](https://medium.com/@maximgradan/how-to-easily-bundle-your-cgo-application-for-windows-8515d2b19f1e).