# gtk is not in the PACKAGECONFIG variable by default until
# the transition to gtk+3 is finished
PACKAGECONFIG ??= " \
+ ${GSTREAMER_ORC} \
${PACKAGECONFIG_GL} \
${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'directfb', 'directfb', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '', d)} \
- bz2 curl dash dtls hls neon orc rsvg sbc smoothstreaming sndfile uvch264 \
+ bz2 curl dash dtls hls neon rsvg sbc smoothstreaming sndfile uvch264 \
"
PACKAGECONFIG[assrender] = "--enable-assrender,--disable-assrender,libass"
PACKAGES_DYNAMIC =+ "^libgst.*"
PACKAGECONFIG ??= " \
+ ${GSTREAMER_ORC} \
${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
- gio-unix-2.0 ivorbis ogg orc pango theora vorbis \
+ gio-unix-2.0 ivorbis ogg pango theora vorbis \
"
X11DEPENDS = "virtual/libx11 libsm libxrender libxv"
DEPENDS += "gstreamer1.0-plugins-base libcap zlib bzip2"
PACKAGECONFIG ??= " \
+ ${GSTREAMER_ORC} \
${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
- cairo flac gdk-pixbuf gudev jpeg libpng orc soup speex taglib v4l2 \
+ cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 \
"
X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage"
DEPENDS += "gstreamer1.0-plugins-base libid3tag"
PACKAGECONFIG ??= " \
- a52dec lame mad mpeg2dec orc \
+ ${GSTREAMER_ORC} \
+ a52dec lame mad mpeg2dec \
"
PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52"
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"