mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Make WebP with 4 job slots - ~2.4 times faster
This commit is contained in:
parent
70cf8c9431
commit
30680bb384
|
@ -10,6 +10,6 @@ tar -xvzf libwebp-0.4.1.tar.gz
|
|||
|
||||
pushd libwebp-0.4.1
|
||||
|
||||
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make && sudo make install
|
||||
./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make -j4 && sudo make -j4 install
|
||||
|
||||
popd
|
||||
|
|
Loading…
Reference in New Issue
Block a user