mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/mplayer: needs host-yasm for mmx support
Fixes http://autobuild.buildroot.net/results/6a8/6a8c3a70e33cb5b3fc40d036fb0716d915185f33/ http://autobuild.buildroot.net/results/cef/cef30d4e14d39ab64bb27a6514a0390755f4a9d2/ http://autobuild.buildroot.net/results/03b/03b1b42688b07789971a99337708b4dbe4278665/ http://autobuild.buildroot.net/results/5e3/5e3320dfc6793a9ff0494161cdc9a3be795462c4/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
bcf98fe65b
commit
c63534de71
@ -259,6 +259,13 @@ ifeq ($(BR2_i386),y)
|
|||||||
MPLAYER_CFLAGS += -fomit-frame-pointer
|
MPLAYER_CFLAGS += -fomit-frame-pointer
|
||||||
endif
|
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
|
define MPLAYER_CONFIGURE_CMDS
|
||||||
(cd $(@D); rm -rf config.cache; \
|
(cd $(@D); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
@ -273,7 +280,6 @@ define MPLAYER_CONFIGURE_CMDS
|
|||||||
--charset=UTF-8 \
|
--charset=UTF-8 \
|
||||||
--extra-cflags="$(MPLAYER_CFLAGS)" \
|
--extra-cflags="$(MPLAYER_CFLAGS)" \
|
||||||
--extra-ldflags="$(MPLAYER_LDFLAGS)" \
|
--extra-ldflags="$(MPLAYER_LDFLAGS)" \
|
||||||
--yasm='' \
|
|
||||||
--enable-fbdev \
|
--enable-fbdev \
|
||||||
$(MPLAYER_CONF_OPTS) \
|
$(MPLAYER_CONF_OPTS) \
|
||||||
--enable-cross-compile \
|
--enable-cross-compile \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user