From 327d8ccd6bd96713edb15cb03b253753ad1934f5 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 19 Nov 2017 16:02:16 -0500 Subject: [PATCH] ... --- coders/webp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/webp.c b/coders/webp.c index 24b694def..358624a58 100644 --- a/coders/webp.c +++ b/coders/webp.c @@ -623,7 +623,7 @@ static MagickBooleanType WriteWEBPImage(const ImageInfo *image_info, return(status); if ((WebPPictureInit(&picture) == 0) || (WebPConfigInit(&configure) == 0)) ThrowWriterException(ResourceLimitError,"UnableToEncodeImageFile"); -#if !defined(MAGICKCORE_WEBP_DELEGATE) +#if !defined(MAGICKCORE_WEBPMUX_DELEGATE) picture.writer=WebPEncodeWriter; picture.custom_ptr=(void *) image; #else -- 2.50.1