diff mbox

mplayer: prevent selection on Microblaze and AArch64

Message ID 1355959627-13525-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 14bf3df3a649715246e13a9bf5f0902f09df84a6
Headers show

Commit Message

Thomas Petazzoni Dec. 19, 2012, 11:27 p.m. UTC
MPlayer wants to have some "support" for each architecture, and for
now, it doesn't know about Microblaze and AArch64, so prevent the
selection of MPlayer on those architectures.

For Microblaze, fixes:

  http://autobuild.buildroot.org/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
For AArch64, there was also a build failure raised by the autobuilders
some days ago, but I can't find it anymore.
---
 package/multimedia/mplayer/Config.in |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Dec. 20, 2012, 8:22 a.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> MPlayer wants to have some "support" for each architecture, and for
 Thomas> now, it doesn't know about Microblaze and AArch64, so prevent the
 Thomas> selection of MPlayer on those architectures.

 Thomas> For Microblaze, fixes:

 Thomas>   http://autobuild.buildroot.org/results/4e6e0d15694345ded649c92251cc2173dc45fe7c/build-end.log

Committed, thanks.
diff mbox

Patch

diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in
index c64dab7..e285644 100644
--- a/package/multimedia/mplayer/Config.in
+++ b/package/multimedia/mplayer/Config.in
@@ -1,8 +1,7 @@ 
 config BR2_PACKAGE_MPLAYER
 	bool "mplayer"
-	# "Error: unsupported architecture sh4a" says mplayer
-	# configure script.
-	depends on !BR2_sh4a && !BR2_sh4aeb
+	# Those architectures are not supported by MPlayer
+	depends on !BR2_sh4a && !BR2_sh4aeb && !BR2_microblaze && !BR2_aarch64
 	depends on BR2_LARGEFILE
 	help
 	  MPlayer is a movie player which runs on many systems and supports