aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/ffmpeg
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 22:58:00 +0000
commit40277e5d98a0fd0abd98d7e6b140553633b46e48 (patch)
tree96e6be418ae3408e97bbd0ddb24034b8cf8a91df /meta/recipes-multimedia/ffmpeg
parentb19b929f3412372e200258423d3280a714c86cda (diff)
downloadopenembedded-core-contrib-40277e5d98a0fd0abd98d7e6b140553633b46e48.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. Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/ffmpeg')
-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() {
${S}/configure ${EXTRA_OECONF}
}
-RSUGGESTS_${PN} = "mplayer"
PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*"
python populate_packages_prepend() {