diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2019-03-04 13:49:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-04 13:49:11 +0100 |
| commit | 91596f2f7a619d824afb30f0bebb7e153f05b62e (patch) | |
| tree | df9054361c073a812eca1bbfe9205fb81d67cec6 /drivers | |
| parent | cba68114276fce41491a9ebb33fabf62193eeeba (diff) | |
| parent | 5a89d08e3f3bd7b9eeb15eadc8fc66967d020b58 (diff) | |
| download | redot-engine-91596f2f7a619d824afb30f0bebb7e153f05b62e.tar.gz | |
Merge pull request #26574 from Chaosus/update_libpng
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 |
