From: Mike Jerris Date: Thu, 27 Jun 2019 17:02:51 +0000 (-0400) Subject: FS-11895: [osx] fix finding of ffmpeg/libav on OSx X-Git-Tag: v1.8.7~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42e4016f27cfc6aed00e3499fd67d96696525e49;p=thirdparty%2Ffreeswitch.git FS-11895: [osx] fix finding of ffmpeg/libav on OSx --- diff --git a/configure.ac b/configure.ac index be354f41bf..1c58ae167e 100644 --- a/configure.ac +++ b/configure.ac @@ -1247,6 +1247,7 @@ case $host in path_push_unique PKG_CONFIG_PATH /usr/local/opt/sqlite/lib/pkgconfig/ path_push_unique PKG_CONFIG_PATH /usr/local/opt/ldns/lib/pkgconfig/ path_push_unique PKG_CONFIG_PATH /usr/local/opt/portaudio/lib/pkgconfig/ + path_push_unique PKG_CONFIG_PATH /usr/local/opt/ffmpeg/lib/pkgconfig/ ;; esac