Bernd Kuhls 2015-11-08 17:22:32 +01:00 committed by Thomas Petazzoni
parent bcf98fe65b
commit c63534de71

View File

@ -259,6 +259,13 @@ ifeq ($(BR2_i386),y)
MPLAYER_CFLAGS += -fomit-frame-pointer
endif
ifeq ($(BR2_X86_CPU_HAS_MMX),y)
MPLAYER_CONF_OPTS += --yasm=$(HOST_DIR)/usr/bin/yasm
MPLAYER_DEPENDENCIES += host-yasm
else
MPLAYER_CONF_OPTS += --yasm=''
endif
define MPLAYER_CONFIGURE_CMDS
(cd $(@D); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
@ -273,7 +280,6 @@ define MPLAYER_CONFIGURE_CMDS
--charset=UTF-8 \
--extra-cflags="$(MPLAYER_CFLAGS)" \
--extra-ldflags="$(MPLAYER_LDFLAGS)" \
--yasm='' \
--enable-fbdev \
$(MPLAYER_CONF_OPTS) \
--enable-cross-compile \