diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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" | |||
| 12 | LIBV = "1.0" | 12 | LIBV = "1.0" |
| 13 | require gst-plugins-package.inc | 13 | require gst-plugins-package.inc |
| 14 | 14 | ||
| 15 | # Orc enables runtime JIT compilation of data processing routines from Orc | ||
| 16 | # bytecode to SIMD instructions for various architectures (currently SSE, MMX, | ||
| 17 | # MIPS, Altivec and NEON are supported). | ||
| 18 | |||
| 19 | GSTREAMER_ORC ?= "orc" | ||
| 20 | |||
| 15 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" | 21 | PACKAGECONFIG[debug] = "--enable-debug,--disable-debug" |
| 16 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" | 22 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc orc-native" |
| 17 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" | 23 | PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" |
