mirror of https://github.com/openwrt/packages.git
gstreamer1: use ATOMIC64_DEPENDS
The open-coded architecture list pulls libatomic onto ARMv6K and ARMv7 targets although they inline 64-bit atomics. ATOMIC64_DEPENDS covers exactly the targets that need it. Signed-off-by: Daniel Golle <daniel@makrotopia.org>pull/30548/head
parent
d3b00edee4
commit
4b24b41e7a
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=gstreamer1
|
||||
PKG_VERSION:=1.26.4
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=gstreamer-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=https://gstreamer.freedesktop.org/src/gstreamer
|
||||
|
|
@ -101,7 +101,7 @@ endef
|
|||
define Package/libgstreamer1
|
||||
$(call Package/gstreamer1/Default)
|
||||
TITLE+= library (core)
|
||||
DEPENDS+= +glib2 +libpthread +libxml2 +(armeb||arm||powerpc||mips||mipsel):libatomic
|
||||
DEPENDS+= +glib2 +libpthread +libxml2 $(ATOMIC64_DEPENDS)
|
||||
HIDDEN:=1
|
||||
endef
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue