mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-17 03:06:41 -07:00
fix(vips.h): delete preprocessor HEIF version check
This commit is contained in:
parent
699493f402
commit
59eadaf8e9
1 changed files with 0 additions and 2 deletions
2
vips.h
2
vips.h
|
|
@ -33,9 +33,7 @@ enum types {
|
||||||
PDF,
|
PDF,
|
||||||
SVG,
|
SVG,
|
||||||
MAGICK,
|
MAGICK,
|
||||||
#if (VIPS_MAJOR_VERSION > 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION >= 8))
|
|
||||||
HEIF,
|
HEIF,
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue