package/mplayer: disable inline mmx
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 10 Apr 2017 20:41:21 +0000 (22:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 12 Apr 2017 20:45:22 +0000 (22:45 +0200)
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>
package/mplayer/mplayer.mk

index 21facccc4abeb9f1a35a13adfb333f9d2812eb10..166394cac0387c384bd472a0913edd3bdaed3eb7 100644 (file)
@@ -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)