Install MSVCR100.dll for yasm
This commit is contained in:
parent
fbbaf3dcb9
commit
0c6aafc545
|
@ -10,6 +10,7 @@ install:
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_OS_NAME == windows ]]; then
|
if [[ $TRAVIS_OS_NAME == windows ]]; then
|
||||||
wget -O ~/bin/yasm.exe http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe
|
wget -O ~/bin/yasm.exe http://www.tortall.net/projects/yasm/releases/yasm-1.3.0-win64.exe
|
||||||
|
choco install vcredist2010
|
||||||
mkdir ~/aom && cd ~/aom
|
mkdir ~/aom && cd ~/aom
|
||||||
git clone --depth=1 https://aomedia.googlesource.com/aom
|
git clone --depth=1 https://aomedia.googlesource.com/aom
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
|
|
Loading…
Reference in New Issue