Use newer binutils version to link against newer ffmpeg libraries

This commit is contained in:
Zion Nimchuk 2017-08-16 16:23:06 -07:00 committed by Ivan
parent 36ac35361f
commit 514a98321d
1 changed files with 7 additions and 0 deletions

View File

@ -62,6 +62,13 @@ before_install:
brew update; brew update;
brew install ccache glew llvm40;
fi;
# We need to update binutils to a newer version to link against the ffmpeg libs on.
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
sudo add-apt-repository ppa:jonathonf/binutils -y ;
sudo apt-get update ;
sudo apt-get install binutils -y;
ld --version ;
fi;
before_script:
- git submodule update --init asmjit 3rdparty/ffmpeg 3rdparty/pugixml 3rdparty/GSL 3rdparty/libpng Utilities/yaml-cpp 3rdparty/cereal 3rdparty/hidapi Vulkan/glslang Vulkan/Vulkan-LoaderAndValidationLayers