We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8844df2 commit 204c866Copy full SHA for 204c866
tools/travis/linux.install.deps.sh
@@ -172,6 +172,7 @@ if [ -z ${TRAVIS_JOB_ID} ] || [ ! -d "${DEPENDENCY_INSTALL_PATH}/lib/" ]; then
172
export DEBUG_OPTIONS=--enable-debug=3\ --disable-optimizations\ --disable-sse\ --disable-stripping
173
export LICENSING_OPTIONS=--enable-gpl\ --enable-nonfree
174
export THIRD_PARTIES_OPTIONS=--enable-libmp3lame\ --enable-libx264\ --enable-libxvid\ --enable-avresample\ --enable-libvorbis\ --enable-libvpx
175
+ export PKG_CONFIG_PATH="${DEPENDENCY_INSTALL_PATH}/lib/pkgconfig"
176
177
if [[ ${DEPENDENCY_NAME} == "ffmpeg" ]]; then
178
0 commit comments