libplayer: use BR2_ARM_CPU_ARM* option
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 21 Oct 2014 20:26:56 +0000 (22:26 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 6 Nov 2014 22:40:27 +0000 (23:40 +0100)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libplayer/Config.in

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