diff --git a/package/libpng/libpng.mk b/package/libpng/libpng.mk index 1095039f..aae952d9 100644 --- a/package/libpng/libpng.mk +++ b/package/libpng/libpng.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBPNG_VERSION = 1.6.37 +LIBPNG_VERSION = 1.6.38 LIBPNG_DIR = libpng-$(LIBPNG_VERSION) LIBPNG_SOURCE = libpng-$(LIBPNG_VERSION).tar.xz LIBPNG_SITE = https://sourceforge.net/projects/libpng/files/libpng16/$(LIBPNG_VERSION) @@ -13,10 +13,6 @@ LIBPNG_DEPENDENCIES = zlib LIBPNG_CONFIG_SCRIPTS = libpng16-config -LIBPNG_CONF_OPTS = \ - --disable-static \ - $(if $(filter $(BOXSERIES),hd5x hd6x vusolo4k vuduo4k vuduo4kse vuultimo4k vuzero4k vuuno4k vuuno4kse),--enable-arm-neon,--disable-arm-neon) - define LIBPNG_TARGET_CLEANUP $(TARGET_RM) $(addprefix $(TARGET_bindir)/,libpng-config) endef diff --git a/package/libpng/patches/libpng-Disable-pngfix-and-png-fix-itxt.patch b/package/libpng/patches/0001-disable-pngfix-and-png-fix-itxt.patch similarity index 100% rename from package/libpng/patches/libpng-Disable-pngfix-and-png-fix-itxt.patch rename to package/libpng/patches/0001-disable-pngfix-and-png-fix-itxt.patch