Fix meson build not found ffmpeg libraries

closes #80, closes #298
This commit is contained in:
Ta-da 2019-09-27 11:11:51 +08:00
parent 513d1ac96d
commit 8b587f5494
No known key found for this signature in database
GPG key ID: 00892084D3DB3117

View file

@ -182,6 +182,12 @@ and set `ANDROID_HOME` to its directory. For example:
export ANDROID_HOME=~/android/sdk
```
And you need to set `PKG_CONFIG_PATH` for `pkg-config` to find `ffmpeg` libraries:
```bash
export PKG_CONFIG_PATH=/usr/local/opt/ffmpeg/lib/pkgconfig
```
If you don't want to build the server, use the [prebuilt server].
Clone the project: