From e4e3f82337e9577a0c2173fbcf70f93f4d3a850a Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Mon, 14 Sep 2020 17:46:07 -0700 Subject: [PATCH] devops: fix ffmpeg linux build (#3884) The `PKG_CONFIG_PATH` variable is important since it is needed to resolve `.pc` library files. --- browser_patches/ffmpeg/build-linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/browser_patches/ffmpeg/build-linux.sh b/browser_patches/ffmpeg/build-linux.sh index 80eadab37c..8133748aab 100644 --- a/browser_patches/ffmpeg/build-linux.sh +++ b/browser_patches/ffmpeg/build-linux.sh @@ -52,6 +52,7 @@ function build_ffmpeg { git clone git://source.ffmpeg.org/ffmpeg.git cd ffmpeg git checkout "${FFMPEG_VERSION}" + export PKG_CONFIG_PATH="${PREFIX}/lib/pkgconfig" # Prohibit pkg-config from using linux system installed libs. export PKG_CONFIG_LIBDIR=