diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index 700705de22e..a4976caba86 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -11458,7 +11458,7 @@ non-numeric, there is no explicit limit on the size of images. */); | |||
| 11458 | #endif | 11458 | #endif |
| 11459 | 11459 | ||
| 11460 | #if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \ | 11460 | #if defined (HAVE_WEBP) || (defined (HAVE_NATIVE_IMAGE_API) \ |
| 11461 | && defined (HAVE_BE_APP)) | 11461 | && defined (HAVE_HAIKU)) |
| 11462 | DEFSYM (Qwebp, "webp"); | 11462 | DEFSYM (Qwebp, "webp"); |
| 11463 | add_image_type (Qwebp); | 11463 | add_image_type (Qwebp); |
| 11464 | #endif | 11464 | #endif |