mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e528a0acff
commit
c0b3667c49
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user