diff mbox

[1/1] mplayer: not supported on sh2/sh2a

Message ID 1360434000-10341-1-git-send-email-gilles.talis@gmail.com
State Accepted
Commit 7ee0c793653ebd03acf90eea2913328a0bd8d0ee
Headers show

Commit Message

Gilles Talis Feb. 9, 2013, 6:20 p.m. UTC
mplayer configure script says that sh2a is not supported.

Fixes:
http://autobuild.buildroot.org/results/0e530fd99c4b37782208ee0549be500220643999/

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/multimedia/mplayer/Config.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Thomas Petazzoni Feb. 9, 2013, 6:33 p.m. UTC | #1
Dear Gilles Talis,

On Sat,  9 Feb 2013 10:20:00 -0800, Gilles Talis wrote:
> mplayer configure script says that sh2a is not supported.
> 
> Fixes:
> http://autobuild.buildroot.org/results/0e530fd99c4b37782208ee0549be500220643999/
> 
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>

Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Peter Korsgaard Feb. 9, 2013, 6:48 p.m. UTC | #2
>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> mplayer configure script says that sh2a is not supported.
 Gilles> Fixes:
 Gilles> http://autobuild.buildroot.org/results/0e530fd99c4b37782208ee0549be500220643999/

Committed, thanks.
diff mbox

Patch

diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in
index e285644..e36fc46 100644
--- a/package/multimedia/mplayer/Config.in
+++ b/package/multimedia/mplayer/Config.in
@@ -1,7 +1,8 @@ 
 config BR2_PACKAGE_MPLAYER
 	bool "mplayer"
 	# Those architectures are not supported by MPlayer
-	depends on !BR2_sh4a && !BR2_sh4aeb && !BR2_microblaze && !BR2_aarch64
+	depends on !(BR2_sh2 || BR2_sh2a || 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