From 514a98321df1b481bf3d1ffb7ca39a6967a89466 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Wed, 16 Aug 2017 16:23:06 -0700 Subject: [PATCH] Use newer binutils version to link against newer ffmpeg libraries --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index c04604b4cb..d64a5ca2e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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