diff options
author | Chaosus <chaosus89@gmail.com> | 2019-03-04 14:38:24 +0300 |
---|---|---|
committer | Chaosus <chaosus89@gmail.com> | 2019-03-04 14:55:47 +0300 |
commit | 5a89d08e3f3bd7b9eeb15eadc8fc66967d020b58 (patch) | |
tree | a138e6856a8be51f16ec2ffd4efbd2b1b2870d17 /drivers | |
parent | 49d82f245bf11bd9064c9de24704cbec2181b5ba (diff) |
Update libpng (1.6.35 --> 1.6.36)
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/png/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/png/SCsub b/drivers/png/SCsub index 22fb1817d1..97ba1de3db 100644 --- a/drivers/png/SCsub +++ b/drivers/png/SCsub @@ -50,6 +50,7 @@ if env['builtin_libpng']: neon_sources.append(env_neon.Object(thirdparty_dir + "/arm/arm_init.c")) neon_sources.append(env_neon.Object(thirdparty_dir + "/arm/filter_neon_intrinsics.c")) neon_sources.append(env_neon.Object(thirdparty_dir + "/arm/filter_neon.S")) + neon_sources.append(env_neon.Object(thirdparty_dir + "/arm/palette_neon_intrinsics.c")) env.drivers_sources += neon_sources # Godot source files |