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:38 +0100 |
commit | 3ba8b227342865079c8cc386a399f54d60f6d165 (patch) | |
tree | 2cea143982a19da0412f372e1e764800b309e1bd /meta/recipes-multimedia | |
parent | a49d11ab4ff92e7e615c8b337967746f06517dbe (diff) | |
download | poky-3ba8b227342865079c8cc386a399f54d60f6d165.tar.gz |
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
(From OE-Core rev: 819705fcaf73439ce7c848de4ac6da468b79c977)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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 | |||
27 | PACKAGECONFIG ??= " \ | 27 | PACKAGECONFIG ??= " \ |
28 | ${GSTREAMER_ORC} \ | 28 | ${GSTREAMER_ORC} \ |
29 | ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ | 29 | ${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio x11', d)} \ |
30 | cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib gtk \ | 30 | cairo flac gdk-pixbuf gudev jpeg libpng soup speex taglib v4l2 bz2 zlib gtk mpg123 lame \ |
31 | " | 31 | " |
32 | 32 | ||
33 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" | 33 | X11DEPENDS = "virtual/libx11 libsm libxrender libxfixes libxdamage" |