aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/mplayer
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-03-02 17:16:29 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-04 09:06:08 +0100
commit7a492cd89e55756d83203c0d8fa39489537b3b64 (patch)
tree38fed097b53e26f6819baf9aa47a9afcf711aaf1 /meta-oe/recipes-multimedia/mplayer
parent920b489ab40001617d5add984d29b6e445c6d9c7 (diff)
downloadmeta-openembedded-contrib-7a492cd89e55756d83203c0d8fa39489537b3b64.tar.gz
mplayer2: blacklist, not compatible with currently used ffmpeg 3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 9df4e745a2..191d4b98ca 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -154,3 +154,6 @@ do_install() {
install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/
[ -e ${D}/usr/lib ] && rmdir ${D}/usr/lib
}
+
+# http://errors.yoctoproject.org/Errors/Details/40734/
+PNBLACKLIST[mplayer2] ?= "Not compatible with currently used ffmpeg 3"