mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
vlc: Link with libatomic on rv64
Fixes vlc-3.0.8/src/misc/picture_pool.c:200: undefined reference to `__atomic_fetch_add_2' vlc-3.0.8/src/audio_output/dec.c:201: undefined reference to `__atomic_exchange_1' Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
80514e173b
commit
5af9b2a3a9
@ -13,6 +13,8 @@ DEPENDS = "coreutils-native fribidi libtool libgcrypt libgcrypt-native \
|
||||
libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \
|
||||
tiff"
|
||||
|
||||
LDFLAGS_append_riscv64 = " -latomic"
|
||||
|
||||
# While this item does not require it, it depends on ffmpeg which does
|
||||
LICENSE_FLAGS = "commercial"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user