This commit is contained in:
Tomas Aparicio 2015-07-28 21:29:47 +01:00
parent f1fc2d662b
commit c1e0c73d50
2 changed files with 35 additions and 26 deletions

6
vips.h
View file

@ -2,6 +2,12 @@
#include <vips/vips.h>
#include <vips/vips7compat.h>
#ifdef VIPS_MAGICK_H
#define VIPS_MAGICK_SUPPORT 1
#else
#define VIPS_MAGICK_SUPPORT 0
#endif
enum types {
UNKNOWN = 0,
JPEG,