From 8b587f54942220cf6dba7f9a3e58f3da1b5d906c Mon Sep 17 00:00:00 2001 From: Ta-da <53489032+clang-clang-clang@users.noreply.github.com> Date: Fri, 27 Sep 2019 11:11:51 +0800 Subject: [PATCH] Fix meson build not found ffmpeg libraries closes #80, closes #298 --- BUILD.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.md b/BUILD.md index bb9a7585..8ccd685e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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: