Skip to content

Commit

Permalink
Update travis_build.sh to libwebp 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutH authored Jan 27, 2019
1 parent 4236d53 commit 9cc4747
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#/usr/bin/env sh
wget http://downloads.webmproject.org/releases/webp/libwebp-0.5.1.tar.gz
tar xvzf libwebp-0.5.1.tar.gz
cd libwebp-0.5.1
wget http://downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz
tar xvzf libwebp-1.0.2.tar.gz
cd libwebp-1.0.2
./configure --prefix=$HOME/opt
make && make install
make && make install

0 comments on commit 9cc4747

Please sign in to comment.