[oe-commits] [meta-openembedded] branch master-next updated: vlc: Link with libatomic on rv64

git at git.openembedded.org git at git.openembedded.org
Mon Feb 3 23:55:48 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master-next by this push:
     new 5af9b2a  vlc: Link with libatomic on rv64
5af9b2a is described below

commit 5af9b2a3a9011a2dd7f6abab8ee58a92fe28d60a
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Feb 3 15:50:01 2020 -0800

    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 at gmail.com>
---
 meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb
index e29ade6..7fadca4 100644
--- a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb
+++ b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list