diff options
author | Ross Burton <ross.burton@intel.com> | 2018-09-06 12:16:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-07 17:48:32 +0100 |
commit | 9343c02cc12aa210a1b7ae7696c83a5501c91ceb (patch) | |
tree | 89374d85bf5c5e73996a26340381b0895f75ff48 | |
parent | fe204ba16068c518a15c946c3d370dff8a2171c7 (diff) | |
download | openembedded-core-9343c02cc12aa210a1b7ae7696c83a5501c91ceb.tar.gz openembedded-core-9343c02cc12aa210a1b7ae7696c83a5501c91ceb.tar.bz2 openembedded-core-9343c02cc12aa210a1b7ae7696c83a5501c91ceb.zip |
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.14.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 57f03e8d47..718db17d0d 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" |