aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-06-20 15:56:47 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-23 14:23:24 +0100
commit7691d048ccbb1cbde5ffba7977c799a91349cb3d (patch)
tree59ff378fe68e04af75e6f9a53bc278ac824cb2ab /meta/recipes-multimedia
parente136525f3443f365ecbfdb8bb618f89c3f38da5b (diff)
downloadopenembedded-core-contrib-7691d048ccbb1cbde5ffba7977c799a91349cb3d.tar.gz
gstreamer1.0-plugins-ugly: disable mad, enable mpg123
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
index 4582e5b7e8..708ad7a15c 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly.inc
@@ -9,7 +9,7 @@ inherit gettext
PACKAGECONFIG ??= " \
${GSTREAMER_ORC} \
- a52dec lame mad mpeg2dec \
+ a52dec lame mpg123 mpeg2dec \
"
PACKAGECONFIG[a52dec] = "--enable-a52dec,--disable-a52dec,liba52"