From: Ross Burton Date: Mon, 23 Jan 2017 12:59:50 +0000 (+0000) Subject: gstreamer1.0-plugins-base: disable ivorbis X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22793 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=958926dd51d5e18ef983280a6e3b50fc8f33eb12;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gstreamer1.0-plugins-base: disable ivorbis Even old hardware these days doesn't really need fixed-integer Vorbis decoding by default, so disable Tremor out of the box. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index a04f155dc47..1c5620017ac 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc @@ -19,7 +19,7 @@ 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 pango theora vorbis \ + gio-unix-2.0 ogg pango theora vorbis \ " X11DEPENDS = "virtual/libx11 libsm libxrender libxv"