summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-02-25 12:02:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-28 11:33:06 +0000
commit55d4849e80df3caec88fcd251bc49ba355d1a99a (patch)
treea2ed9d812147d2fece874e8551a64a9f2467a72a /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
parent083c63dddf8715bc1ee18fce37f7e8c3132f49cf (diff)
downloadpoky-55d4849e80df3caec88fcd251bc49ba355d1a99a.tar.gz
gstreamer1.0-plugins-XXX: control orc PACKAGECONFIG via GSTREAMER_ORC
Orc enables runtime JIT compilation of data processing routines from Orc bytecode to SIMD instructions for various architectures (currently SSE, MMX, MIPS, Altivec and NEON are supported). https://cgit.freedesktop.org/gstreamer/orc/tree/README Provide a convenient way to globally control the orc PACKAGECONFIG option for all four gstreamer-1.0-plugins-XXX recipes. (From OE-Core rev: da5bc7c637668d284e58f7b7af5abfde47120a03) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
index 3f56d1def0..6b005aae7c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good.inc
@@ -5,9 +5,10 @@ LICENSE = "GPLv2+ & LGPLv2.1+"
5DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2" 5DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2"
6 6
7PACKAGECONFIG ??= " \ 7PACKAGECONFIG ??= " \
8 ${GSTREAMER_ORC} \
8 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ 9 ${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
9 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 10 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
10 cairo flac gdk-pixbuf gudev jpeg libpng orc soup speex taglib v4l2 \ 11 cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \
11" 12"
12 13
13X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" 14X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"