fix(vips.h): delete preprocessor HEIF version check

This commit is contained in:
Tom 2020-03-24 23:21:47 +01:00 committed by GitHub
parent 699493f402
commit 59eadaf8e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
vips.h
View file

@ -33,9 +33,7 @@ enum types {
PDF,
SVG,
MAGICK,
#if (VIPS_MAJOR_VERSION > 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION >= 8))
HEIF,
#endif
};
typedef struct {