Update libpng (1.6.35 --> 1.6.36)
This commit is contained in:
parent
49d82f245b
commit
5a89d08e3f
28 changed files with 656 additions and 457 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue