Updates:
Labels: -Priority-Medium Priority-Low
Comment #1 on issue 163 by
jz...@google.com: Enhancement: CWEBP without WIC
This is possible when building from source. To do that you could use
autoconf or makefile.unix.
autoconf will autodetect libtiff, jpeg, etc. along with wic, giving
preference to wic if available. To change this, post config you can edit
config.h by uncommenting:
/* #undef HAVE_WINCODEC_H */
There's no explicit --disable-wic currently.