Add documentation and tests for animation

This commit is contained in:
Rohan Singh 2020-09-18 09:46:30 -04:00
parent 7430f2cbfa
commit fb5d8a6b3d
4 changed files with 112 additions and 3 deletions

View file

@ -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