mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-08 09:53:41 +03:00
Merge pull request #1235 from radarhere/patch-1
Update WebP from 0.4.1 to 0.4.3
This commit is contained in:
commit
0727fa557a
|
@ -1,14 +1,14 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# install webp
|
# install webp
|
||||||
|
|
||||||
if [ ! -f libwebp-0.4.1.tar.gz ]; then
|
if [ ! -f libwebp-0.4.3.tar.gz ]; then
|
||||||
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.1.tar.gz'
|
wget 'http://downloads.webmproject.org/releases/webp/libwebp-0.4.3.tar.gz'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -r libwebp-0.4.1
|
rm -r libwebp-0.4.3
|
||||||
tar -xvzf libwebp-0.4.1.tar.gz
|
tar -xvzf libwebp-0.4.3.tar.gz
|
||||||
|
|
||||||
pushd libwebp-0.4.1
|
pushd libwebp-0.4.3
|
||||||
|
|
||||||
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install
|
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user