diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-05-03 16:17:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-11 07:49:01 +0100 |
commit | 819705fcaf73439ce7c848de4ac6da468b79c977 (patch) | |
tree | efef4fba4716ac1ade993cc65ff8173fca194dcf | |
parent | ebf370f6f20147e45f95ca0bca69346fe6411dff (diff) | |
download | openembedded-core-819705fcaf73439ce7c848de4ac6da468b79c977.tar.gz openembedded-core-819705fcaf73439ce7c848de4ac6da468b79c977.tar.bz2 openembedded-core-819705fcaf73439ce7c848de4ac6da468b79c977.zip |
gst-plugins-good: enable mpg123 and lame
Since the last remaining mp3 patents have expired [1] and corresponding
commercial flags from recipes for these removed, enable these to be built by default.
[1] https://www.iis.fraunhofer.de/en/ff/amm/prod/audiocodec/audiocodecs/mp3.html
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb index 481ac51908..a420039fa8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.14.0.bb @@ -27,7 +27,7 @@ inherit gettext PACKAGECONFIG ??= " \ ${GSTREAMER_ORC} \ ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ - cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib gtk \ + cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib gtk mpg123 lame \ " X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |