Commit d26a081
committed
fix: exclude HEIF/JXL from GraphicsMagick static build
GraphicsMagick auto-detects libheif/libjxl headers in the buildroot
but the API versions are often incompatible (e.g. GM 1.3.46 uses
heif_colorspace_nonvisual which was added in libheif 2.4+, while
static-php-cli builds an older version).
Disable both to prevent compile errors. These formats are not needed
for typical web image processing — JPEG, PNG, WebP, and GIF cover
the common use cases.1 parent 6fef646 commit d26a081
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
| |||
0 commit comments