diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-23 12:59:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-26 10:44:27 +0000 |
commit | 06272333acb1e14996232aea4692ab9f0abcd07f (patch) | |
tree | fc31aeab3bad796503fb97aa3608d849dd56f3ef /meta | |
parent | 70a30d9770cb2e9bc0dea4293d5957efe22ea86e (diff) | |
download | poky-06272333acb1e14996232aea4692ab9f0abcd07f.tar.gz |
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.
(From OE-Core rev: 958926dd51d5e18ef983280a6e3b50fc8f33eb12)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc index a04f155dc4..1c5620017a 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 ??= " \ | |||
19 | ${GSTREAMER_ORC} \ | 19 | ${GSTREAMER_ORC} \ |
20 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ |
21 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
22 | gio-unix-2.0 ivorbis ogg pango theora vorbis \ | 22 | gio-unix-2.0 ogg pango theora vorbis \ |
23 | " | 23 | " |
24 | 24 | ||
25 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" | 25 | X11DEPENDS = "virtual/libx11 libsm libxrender libxv" |