[Buildroot] [git commit] mplayer: also hide toolchain comment on ARMv4

Peter Korsgaard peter at korsgaard.com
Thu Nov 6 22:39:32 UTC 2014


commit: http://git.buildroot.net/buildroot/commit/?id=010faa988a63bf8bb59b1c01f8322ef4e74312e9
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Like we do for the other arch dependencies.

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/mplayer/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/mplayer/Config.in b/package/mplayer/Config.in
index 4cfa0bb..779f1bd 100644
--- a/package/mplayer/Config.in
+++ b/package/mplayer/Config.in
@@ -30,4 +30,5 @@ endif
 comment "mplayer needs a toolchain w/ largefile"
 	depends on !(BR2_bfin || BR2_sh2a || BR2_sh4a || BR2_sh4aeb \
 		|| BR2_microblaze || BR2_aarch64 || BR2_nios2)
+	depends on !BR2_ARM_CPU_ARMV4
 	depends on !BR2_LARGEFILE


More information about the buildroot mailing list