From 55d4849e80df3caec88fcd251bc49ba355d1a99a Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Thu, 25 Feb 2016 12:02:15 -0800 Subject: 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index d2b3820901..18ed6cf266 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -12,6 +12,12 @@ acpaths = "-I ${S}/common/m4 -I ${S}/m4" LIBV = "1.0" require gst-plugins-package.inc +# 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). + +GSTREAMER_ORC ?= "orc" + PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" -- cgit v1.2.3-54-g00ecf