diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/multimedia/mplayer/Config.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/multimedia/mplayer/Config.in b/package/multimedia/mplayer/Config.in index c64dab719..e28564457 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 |