mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user