[oe-commits] [openembedded-core] 32/43: gstreamer1.0-libav: use nasm instead of yasm

git at git.openembedded.org git at git.openembedded.org
Thu Sep 6 22:44:32 UTC 2018


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 179800fb064d49eee0f23e7b96d82074cffadc44
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Sep 6 12:16:56 2018 +0100

    gstreamer1.0-libav: use nasm instead of yasm
    
    The options are still called yasm and there's some cleanup to be done, but as
    libav can use both yasm and nasm let's unify on nasm (last release six months
    ago, fifteen RCs since) instead of yasm (last release 2014).
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb
index 57f03e8..718db17 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb
@@ -36,7 +36,7 @@ PACKAGECONFIG ??= "orc yasm"
 PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl,"
 PACKAGECONFIG[libav] = "--with-system-libav,,libav"
 PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc"
-PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native"
+PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,nasm-native"
 PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind"
 
 GSTREAMER_1_0_DEBUG ?= "--disable-debug"

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


More information about the Openembedded-commits mailing list