mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
* src/image.c (syms_of_image): Declare support for webp on Haiku.
This commit is contained in:
parent
91f778d3af
commit
0c1099d6d8
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue