mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 06:21:26 +12:00
Use newer binutils version to link against newer ffmpeg libraries
This commit is contained in:
parent
36ac35361f
commit
514a98321d
1 changed files with 7 additions and 0 deletions
|
@ -62,6 +62,13 @@ before_install:
|
||||||
brew update; brew update;
|
brew update; brew update;
|
||||||
brew install ccache glew llvm40;
|
brew install ccache glew llvm40;
|
||||||
fi;
|
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:
|
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
|
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue