summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2012-09-19 10:42:52 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-09-20 14:08:01 +0200
commit14af091234840bf22f240b66bcb78da00950f8f8 (patch)
tree56185c25896948ff65e11878f285c4c2c9d6697f
parent238f3f860a660b0aafdc6a4ae4abcf0e31b21d93 (diff)
mplayer: not supported on sh4a/sh4aeb
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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/multimedia/mplayer/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in
index a9a4bb611..77bf9dc99 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.