package/mplayer: disable inline mmx
Fixes http://autobuild.buildroot.net/results/642/6422adeef19ec547c7bc3f8ad3b0d51702015240/ 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
eabf4102ce
commit
58b6135e2f
@ -288,6 +288,8 @@ endif
|
||||
define MPLAYER_DISABLE_INLINE_ASM
|
||||
$(SED) 's,#define HAVE_INLINE_ASM 1,#define HAVE_INLINE_ASM 0,g' \
|
||||
$(@D)/config.h
|
||||
$(SED) 's,#define HAVE_MMX_INLINE 1,#define HAVE_MMX_INLINE 0,g' \
|
||||
$(@D)/config.h
|
||||
endef
|
||||
|
||||
ifeq ($(BR2_i386),y)
|
||||
|
Loading…
Reference in New Issue
Block a user