mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
mplayer: allow usage of ARMv6 optimizations on ARMv7 platforms
Similar to what we do for ffmpeg/gst-ffmpeg/gst1-libav. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user