Added ffmpeg optional dependency install to mac OSX appveyor pipeline.

This commit is contained in:
mjbudd77 2021-09-24 19:47:13 -04:00
parent 374e8e7578
commit 92a0b84110
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ echo 'Install Optional Dependency x265'
echo '****************************************' echo '****************************************'
brew install x265 brew install x265
echo '****************************************'
echo 'Install Optional Dependency ffmpeg'
echo '****************************************'
brew install ffmpeg
#brew install zlib # Already installed in appveyor macOS #brew install zlib # Already installed in appveyor macOS
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig: