libplayer: use BR2_ARM_CPU_ARM* option

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2014-10-21 22:26:56 +02:00 committed by Peter Korsgaard
parent 010faa988a
commit a5ca78d842
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ config BR2_PACKAGE_LIBPLAYER_MPLAYER
depends on BR2_LARGEFILE depends on BR2_LARGEFILE
# mplayer # mplayer
# Broken support for <ARMv5 # Broken support for <ARMv5
depends on !(BR2_arm920t || BR2_arm920t || BR2_arm922t || BR2_fa526 \ depends on !BR2_ARM_CPU_ARMV4
|| BR2_strongarm)
select BR2_PACKAGE_MPLAYER select BR2_PACKAGE_MPLAYER
config BR2_PACKAGE_LIBPLAYER_GSTREAMER config BR2_PACKAGE_LIBPLAYER_GSTREAMER