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-10 12:13:06 +0100 |
commit | 22d61c54c5f8835443ce74a69ffaee0bb192dcac (patch) | |
tree | 513e2e7d0bd6cd0756295cc32cb0b5b32afd8e92 /meta/recipes-multimedia | |
parent | 5224d52782a8c33fed0fbf6c54f58cb3b0d3a8c6 (diff) | |
download | poky-22d61c54c5f8835443ce74a69ffaee0bb192dcac.tar.gz |
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).
(From OE-Core rev: 9343c02cc12aa210a1b7ae7696c83a5501c91ceb)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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" | |||
36 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl," | 36 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl," |
37 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" | 37 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" |
38 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 38 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" |
39 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" | 39 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,nasm-native" |
40 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | 40 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" |
41 | 41 | ||
42 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" | 42 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" |