]> git.99rst.org Git - openwrt-packages.git/commit
ustreamer: use ATOMIC64_DEPENDS
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 12:07:07 +0000 (13:07 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
commit763e45c8901b6fd95434175503cfea70cf94a5cc
tree2765a2baafedc459894709229384285eabc89574
parente2dd1dc19d8259f4257724cedae421d2b705ea04
ustreamer: use ATOMIC64_DEPENDS

ustreamer and ustreamer-dump import 64-bit atomics from libatomic where
the compiler cannot inline them, but the build links the library on
every architecture. ATOMIC64_DEPENDS restricts the dependency to the
targets that need it; --as-needed drops the unused library elsewhere.

Signed-off-by: Daniel Golle <redacted>
multimedia/ustreamer/Makefile
git clone https://git.99rst.org/PROJECT