aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-08-26 16:07:50 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-10 12:58:12 +0200
commit371f5a49c872cb3b0c1eb55be884b18038c5a5bd (patch)
tree64fd49fcdf8fee02531dbae245ac000e824d8a55
parentea0d0875e6076fe835e8f8731047293d2ed89a12 (diff)
downloadmeta-openembedded-contrib-371f5a49c872cb3b0c1eb55be884b18038c5a5bd.tar.gz
mplayer2: Add PACKAGECONFIG for mpg123 and xss
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 65fab1fda3..b0a3a8b6bb 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -112,6 +112,8 @@ EXTRA_OECONF_append_armv7a = " --enable-armv6 --enable-neon"
PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
PACKAGECONFIG[a52] = "--enable-liba52,--disable-liba52,liba52"
PACKAGECONFIG[lame] = ",,lame"
+PACKAGECONFIG[xss] = "--enable-xss,--disable-xss,libxscreensaver"
+PACKAGECONFIG[mpg123] = "--enable-mpg123,--disable-mpg123,mpg123"
FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-registers -O4 -ffast-math"
BUILD_OPTIMIZATION = "${FULL_OPTIMIZATION}"