1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 09:44:26 +00:00

FS-11895: [osx] fix finding of ffmpeg/libav on OSx

This commit is contained in:
Mike Jerris 2019-06-27 13:02:51 -04:00
parent 9068cd9920
commit 42e4016f27

@ -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