We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbbb3a0 + b5939fc commit 19534bbCopy full SHA for 19534bb
cmake/ext/gd/CMakeLists.txt
@@ -462,7 +462,7 @@ else()
462
${definition};
463
464
/* Override the default gd_error_method with one that actually
465
- causes the program to return an error. */
+ causes the program to return an error. */
466
gdSetErrorMethod(exit1);
467
468
gdImagePtr p = gdImageCreateFrom${format}(f);
cmake/ext/gd/cmake/config.h.in
@@ -1,10 +1,6 @@
1
/* Define to 1 if gd extension has AVIF support. */
2
#cmakedefine HAVE_GD_AVIF 1
3
4
-/* Define to 1 if gd extension has BMP support (always available and built-in
5
- as of libgd 2.1.0). */
6
-#define HAVE_GD_BMP 1
7
-
8
/* Define to 1 if gd extension uses GD library bundled in PHP. */
9
#cmakedefine HAVE_GD_BUNDLED 1
10
0 commit comments