diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2023-08-04 17:04:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-04 17:04:07 +0200 |
| commit | cc6a60913aaba2e41c87741ecc5a6a37835320a4 (patch) | |
| tree | eda6af768142419bf84e2bb844f3e49390c786d7 /modules | |
| parent | bf299233bc7644867c0bb070c18a5137edf9ce94 (diff) | |
| parent | 2c9b7fc7a805bdf892a0c246db260939b15e0411 (diff) | |
| download | redot-engine-cc6a60913aaba2e41c87741ecc5a6a37835320a4.tar.gz | |
Merge pull request #78325 from akien-mga/libpng-moar-intrinsics
libpng: Enable intrinsics on x86/SSE2, ppc64/VSX, and all arm/NEON
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/text_server_adv/gdextension_build/SConstruct | 1 | ||||
| -rw-r--r-- | modules/text_server_fb/gdextension_build/SConstruct | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/modules/text_server_adv/gdextension_build/SConstruct b/modules/text_server_adv/gdextension_build/SConstruct index af9dae84e3..4b12a4e41d 100644 --- a/modules/text_server_adv/gdextension_build/SConstruct +++ b/modules/text_server_adv/gdextension_build/SConstruct @@ -262,7 +262,6 @@ if env["freetype_enabled"]: CPPDEFINES=[ "FT2_BUILD_LIBRARY", "FT_CONFIG_OPTION_USE_PNG", - ("PNG_ARM_NEON_OPT", 0), "FT_CONFIG_OPTION_SYSTEM_ZLIB", ] ) diff --git a/modules/text_server_fb/gdextension_build/SConstruct b/modules/text_server_fb/gdextension_build/SConstruct index 51a6ee06be..fcf8976019 100644 --- a/modules/text_server_fb/gdextension_build/SConstruct +++ b/modules/text_server_fb/gdextension_build/SConstruct @@ -257,7 +257,6 @@ if env["freetype_enabled"]: CPPDEFINES=[ "FT2_BUILD_LIBRARY", "FT_CONFIG_OPTION_USE_PNG", - ("PNG_ARM_NEON_OPT", 0), "FT_CONFIG_OPTION_SYSTEM_ZLIB", ] ) |
