Skip to content

Commit e972adc

Browse files
authored
libzimg: Update from version 3.0.5 to 3.0.6 and fix x86 debug build (#6728)
1 parent 30ba344 commit e972adc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

cross/libzimg/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PKG_NAME = zimg
2-
PKG_VERS = 3.0.5
2+
PKG_VERS = 3.0.6
33
PKG_EXT = tar.gz
44
PKG_DIST_NAME = release-$(PKG_VERS).$(PKG_EXT)
55
PKG_DIST_SITE = https://github.com/sekrit-twc/zimg/archive/refs/tags
@@ -20,7 +20,7 @@ PRE_CONFIGURE_TARGET = zimg_pre_configure
2020
include ../../mk/spksrc.cross-cc.mk
2121

2222
ifeq ($(call version_lt, $(TCVERSION), 7.0),1)
23-
ifeq ($(findstring $(ARCH),$(ARMv8_ARCHS)),$(ARCH))
23+
ifeq ($(findstring $(ARCH),$(ARMv8_ARCHS) $(i686_ARCHS) $(x64_ARCHS)),$(ARCH))
2424
CONFIGURE_ARGS += --disable-simd
2525
endif
2626
endif

cross/libzimg/digests

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
zimg-3.0.5.tar.gz SHA1 62e68b8cf9fe6296372fd51f4558f1b4170e3a7c
2-
zimg-3.0.5.tar.gz SHA256 a9a0226bf85e0d83c41a8ebe4e3e690e1348682f6a2a7838f1b8cbff1b799bcf
3-
zimg-3.0.5.tar.gz MD5 af2c08cc0e695f4c0c225feed14e9f20
1+
zimg-3.0.6.tar.gz SHA1 50dfd8f0369c7ff3693d7d185598f0eb1bf34ee3
2+
zimg-3.0.6.tar.gz SHA256 be89390f13a5c9b2388ce0f44a5e89364a20c1c57ce46d382b1fcc3967057577
3+
zimg-3.0.6.tar.gz MD5 b2184ea83017b0026235af1dd0e54388

0 commit comments

Comments
 (0)