* [Buildroot] [PATCH 1/1] mplayer: not supported on sh2/sh2a
@ 2013-02-09 18:20 Gilles Talis
2013-02-09 18:33 ` Thomas Petazzoni
2013-02-09 18:48 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Gilles Talis @ 2013-02-09 18:20 UTC (permalink / raw)
To: buildroot
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(-)
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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] mplayer: not supported on sh2/sh2a
2013-02-09 18:20 [Buildroot] [PATCH 1/1] mplayer: not supported on sh2/sh2a Gilles Talis
@ 2013-02-09 18:33 ` Thomas Petazzoni
2013-02-09 18:48 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-02-09 18:33 UTC (permalink / raw)
To: buildroot
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>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] mplayer: not supported on sh2/sh2a
2013-02-09 18:20 [Buildroot] [PATCH 1/1] mplayer: not supported on sh2/sh2a Gilles Talis
2013-02-09 18:33 ` Thomas Petazzoni
@ 2013-02-09 18:48 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-02-09 18:48 UTC (permalink / raw)
To: buildroot
>>>>> "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.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-09 18:48 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 18:20 [Buildroot] [PATCH 1/1] mplayer: not supported on sh2/sh2a Gilles Talis
2013-02-09 18:33 ` Thomas Petazzoni
2013-02-09 18:48 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox