Added libx265 encoder library dependency (optional) to linux and macosx pipelines.

This commit is contained in:
mjbudd77 2021-08-31 21:15:51 -04:00
parent 520e146b80
commit 59724ffafd
2 changed files with 11 additions and 0 deletions

View File

@ -84,6 +84,12 @@ echo 'Install Optional Dependency libx264-dev'
echo '****************************************'
sudo apt-get --assume-yes install libx264-dev
# Install x265
echo '****************************************'
echo 'Install Optional Dependency libx265-dev'
echo '****************************************'
sudo apt-get --assume-yes install libx265-dev
# Install scons
#echo '****************************************'
#echo 'Install Build Dependency scons'

View File

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