summaryrefslogtreecommitdiff
path: root/drivers/png
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-03-04 13:49:11 +0100
committerGitHub <noreply@github.com>2019-03-04 13:49:11 +0100
commit91596f2f7a619d824afb30f0bebb7e153f05b62e (patch)
treedf9054361c073a812eca1bbfe9205fb81d67cec6 /drivers/png
parentcba68114276fce41491a9ebb33fabf62193eeeba (diff)
parent5a89d08e3f3bd7b9eeb15eadc8fc66967d020b58 (diff)
Merge pull request #26574 from Chaosus/update_libpng
Update libpng (1.6.35 --> 1.6.36)
Diffstat (limited to 'drivers/png')
-rw-r--r--drivers/png/SCsub1
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