external/libpng/StaticLibrary_libpng.mk | 1 + 1 file changed, 1 insertion(+)
New commits: commit c8671a691f6810566bc715bb8eb00cbae4ee17c3 Author: Tor Lillqvist <[email protected]> AuthorDate: Mon May 6 12:37:11 2019 +0300 Commit: Andras Timar <[email protected]> CommitDate: Tue Oct 22 18:55:58 2019 +0200 Compile also the palette_neon_intrinsics file for ARM Change-Id: I26deeefc8cf335f53aa55c8523cd08687f27b63b Reviewed-on: https://gerrit.libreoffice.org/79248 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/external/libpng/StaticLibrary_libpng.mk b/external/libpng/StaticLibrary_libpng.mk index dbbc3848c541..f43a462c7935 100644 --- a/external/libpng/StaticLibrary_libpng.mk +++ b/external/libpng/StaticLibrary_libpng.mk @@ -36,6 +36,7 @@ $(eval $(call gb_StaticLibrary_add_generated_cobjects,libpng,\ $(if $(filter ARM ARM64,$(CPUNAME)),\ UnpackedTarball/libpng/arm/arm_init \ UnpackedTarball/libpng/arm/filter_neon_intrinsics \ + UnpackedTarball/libpng/arm/palette_neon_intrinsics \ ) \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
