Fix build with -Dwebp=disabled
(#3106)
This commit is contained in:
parent
e73f003d33
commit
ea0912f23b
@ -71,8 +71,6 @@
|
||||
#endif /*HAVE_CONFIG_H*/
|
||||
#include <glib/gi18n-lib.h>
|
||||
|
||||
#ifdef HAVE_LIBWEBP
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -82,6 +80,8 @@
|
||||
|
||||
#include "pforeign.h"
|
||||
|
||||
#ifdef HAVE_LIBWEBP
|
||||
|
||||
#include <webp/encode.h>
|
||||
#include <webp/types.h>
|
||||
#include <webp/mux.h>
|
||||
|
Loading…
Reference in New Issue
Block a user