Commit 78b1a3b4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

mplayer: allow usage of ARMv6 optimizations on ARMv7 platforms



Similar to what we do for ffmpeg/gst-ffmpeg/gst1-libav.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 6cf975c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ ifeq ($(BR2_ARM_CPU_ARMV5),y)
MPLAYER_CONF_OPTS += --enable-armv5te
endif

ifeq ($(BR2_ARM_CPU_ARMV6),y)
ifeq ($(BR2_ARM_CPU_ARMV6)$(BR2_ARM_CPU_ARMV7A),y)
MPLAYER_CONF_OPTS += --enable-armv6
endif