mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08: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,
|
||||
SVG,
|
||||
MAGICK,
|
||||
#if (VIPS_MAJOR_VERSION > 8 || (VIPS_MAJOR_VERSION == 8 && VIPS_MINOR_VERSION >= 8))
|
||||
HEIF,
|
||||
#endif
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue