summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
diff options
context:
space:
mode:
authorMike Looijmans <mike.looijmans@topic.nl>2016-03-19 10:12:50 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-20 23:12:31 +0000
commitc0b3667c49fc3513ad2fc99eb4a069b3b057ae26 (patch)
treec0509d84a13b396936aa06d53490ac6bf70e9278 /meta/recipes-multimedia
parente528a0acff30fd21ec9980a90d52c332298c5e84 (diff)
downloadpoky-c0b3667c49fc3513ad2fc99eb4a069b3b057ae26.tar.gz
ffmpeg: Remove RSUGGEST=mplayer
This line causes 'mplayer' to be built unless one explicitly removes it. There are plenty uses for ffmpeg that don't involve a player, so the "suggestion" doesn't make sense. (From OE-Core rev: 40277e5d98a0fd0abd98d7e6b140553633b46e48) Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r--meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
index 036d4f147d..7dfcf094f3 100644
--- a/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
+++ b/meta/recipes-multimedia/ffmpeg/ffmpeg_3.0.bb
@@ -80,7 +80,6 @@ do_configure() {
80 ${S}/configure ${EXTRA_OECONF} 80 ${S}/configure ${EXTRA_OECONF}
81} 81}
82 82
83RSUGGESTS_${PN} = "mplayer"
84PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*" 83PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*"
85 84
86python populate_packages_prepend() { 85python populate_packages_prepend() {