mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-07 21:48:16 -08:00
Add documentation and tests for animation
This commit is contained in:
parent
7430f2cbfa
commit
fb5d8a6b3d
4 changed files with 112 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -16,7 +16,7 @@ $(libwebp_so):
|
|||
&& wget http://downloads.webmproject.org/releases/webp/libwebp-$(LIBWEBP_VERSION).tar.gz \
|
||||
&& tar xf libwebp-$(LIBWEBP_VERSION).tar.gz \
|
||||
&& cd libwebp-$(LIBWEBP_VERSION) \
|
||||
&& ./configure --prefix=$(LIBWEBP_PREFIX) \
|
||||
&& ./configure --prefix=$(LIBWEBP_PREFIX) --enable-libwebpmux \
|
||||
&& make \
|
||||
&& make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue