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