]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11895: [osx] fix finding of ffmpeg/libav on OSx
authorMike Jerris <mike@signalwire.com>
Thu, 27 Jun 2019 17:02:51 +0000 (13:02 -0400)
committerMike Jerris <mike@signalwire.com>
Thu, 27 Jun 2019 17:03:24 +0000 (13:03 -0400)
configure.ac

index be354f41bfcb20aa4cdd949a630bed6977054883..1c58ae167e4313e812f5387ab8ed468d2dc5b26b 100644 (file)
@@ -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