1 | initial version |
your system's libwebp did not meet expectations. try to either use the provided 3rdparty src using
cmake -DBUILD_WEBP=ON
or to disablesupport for that entirely:
cmake -DWITH_WEBP=OFF
2 | No.2 Revision |
your system's libwebp did not meet expectations. try to either use the provided 3rdparty src using
cmake -DBUILD_WEBP=ON
or to disablesupport disable support for that webp images entirely:
cmake -DWITH_WEBP=OFF