* [Buildroot] [PATCH] mplayer: not supported on sh4a/sh4aeb
@ 2012-09-19 20:42 Thomas Petazzoni
2012-09-20 12:10 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2012-09-19 20:42 UTC (permalink / raw)
To: buildroot
The mplayer configure script says that sh4a is not supported,
according to:
http://autobuild.buildroot.org/results/c6457c2dea7c1df4d8e0f23995ebfb3285a85aed/build-end.log
Apparently, sh4 is supported, but not sh4a, even though it seems that
sh4a is a super-set of sh4. So it would probably not be too difficult
to get mplayer to build/work for sh4a, but we don't have hardware to
test this easily, and we can leave this work to the first developer
who will need mplayer on sh4a: let's only support what the upstream
package supports.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/multimedia/mplayer/Config.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in
index a9a4bb6..77bf9dc 100644
--- a/package/multimedia/mplayer/Config.in
+++ b/package/multimedia/mplayer/Config.in
@@ -1,5 +1,8 @@
config BR2_PACKAGE_MPLAYER
bool "mplayer"
+ # "Error: unsupported architecture sh4a" says mplayer
+ # configure script.
+ depends on !BR2_sh4a && !BR2_sh4aeb
help
MPlayer is a movie player which runs on many systems and supports
many different file formats.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] mplayer: not supported on sh4a/sh4aeb
2012-09-19 20:42 [Buildroot] [PATCH] mplayer: not supported on sh4a/sh4aeb Thomas Petazzoni
@ 2012-09-20 12:10 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2012-09-20 12:10 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The mplayer configure script says that sh4a is not supported,
Thomas> according to:
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-20 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-19 20:42 [Buildroot] [PATCH] mplayer: not supported on sh4a/sh4aeb Thomas Petazzoni
2012-09-20 12:10 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox