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:05 +0000 |
commit | 686ee2f13673d48d8c7666d4fa1806e98b037561 (patch) | |
tree | 8f764e28954797ea60e87a82ef5dff844a4d6e3d /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base.inc | |
parent | 4571c9e963c667bce8b61e88816b34ba74b2aab7 (diff) | |
download | openembedded-core-686ee2f13673d48d8c7666d4fa1806e98b037561.tar.gz openembedded-core-686ee2f13673d48d8c7666d4fa1806e98b037561.tar.bz2 openembedded-core-686ee2f13673d48d8c7666d4fa1806e98b037561.zip |
gstreamer1.0: upgrade to 1.2.0
starting with this version, the recipes enable Orc acceleration by
default
Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 PACKAGECONFIG ??= " \ ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ ${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} \ - ivorbis ogg theora vorbis \ + orc ivorbis ogg theora vorbis \ " X11DEPENDS = "virtual/libx11 libsm libxrender" |