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 <redacted>
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
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