diff options
author | Carlos Rafael Giani <dv@pseudoterminal.org> | 2013-11-16 21:23:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:32 +0000 |
commit | c2cbe0f60e6d19ab9a8321be74d636d2c36671a8 (patch) | |
tree | 2bdb40fa526b09e9a9aa7e08f11afb5fd09d82c7 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |
parent | 7865ce6d805ba19ea32d2658cae65c9585c84539 (diff) | |
download | poky-c2cbe0f60e6d19ab9a8321be74d636d2c36671a8.tar.gz |
gstreamer1.0: upgrade to 1.2.0
starting with this version, the recipes enable Orc acceleration by
default
(From OE-Core rev: 686ee2f13673d48d8c7666d4fa1806e98b037561)
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc')
-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 5002399396..ebfa7cd4e5 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |||
@@ -11,7 +11,7 @@ inherit gettext | |||
11 | PACKAGECONFIG ??= " \ | 11 | PACKAGECONFIG ??= " \ |
12 | ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ | 12 | ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ |
13 | ${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ | 13 | ${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ |
14 | ivorbis ogg theora vorbis \ | 14 | orc ivorbis ogg theora vorbis \ |
15 | " | 15 | " |
16 | 16 | ||
17 | X11DEPENDS = "virtual/libx11 libsm libxrender" | 17 | X11DEPENDS = "virtual/libx11 libsm libxrender" |