* src/image.c (syms_of_image): Declare support for webp on Haiku.

This commit is contained in:
Po Lu 2022-01-09 05:00:37 +00:00
parent 91f778d3af
commit 0c1099d6d8

View file

@ -11457,7 +11457,8 @@ non-numeric, there is no explicit limit on the size of images. */);
add_image_type (Qpng);
#endif
#if defined (HAVE_WEBP)
#if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \
&& defined (HAVE_BE_APP))
DEFSYM (Qwebp, "webp");
add_image_type (Qwebp);
#endif