From: Anuj Mittal Date: Thu, 3 May 2018 08:17:58 +0000 (+0800) Subject: gst-plugins-good: enable mpg123 and lame X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17948 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=819705fcaf73439ce7c848de4ac6da468b79c977;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- 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 481ac51908b..a420039fa85 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"