From 32ed97007509228e0b4aa1050dd1d017118d0d7a Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 4 May 2010 22:48:16 +0200 Subject: [PATCH] mplayer: disable parallel builds (make -jX) The build system races with itself when building the internal vidix stuff (x86 only), so use MAKE1. Signed-off-by: Peter Korsgaard --- package/multimedia/mplayer/mplayer.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/multimedia/mplayer/mplayer.mk b/package/multimedia/mplayer/mplayer.mk index 50afcfbd0..6e03cff1d 100644 --- a/package/multimedia/mplayer/mplayer.mk +++ b/package/multimedia/mplayer/mplayer.mk @@ -71,7 +71,7 @@ $(MPLAYER_DIR)/.configured: $(MPLAYER_DIR)/.unpacked touch $@ $(MPLAYER_DIR)/$(MPLAYER_BINARY): $(MPLAYER_DIR)/.configured - $(MAKE) -C $(MPLAYER_DIR) + $(MAKE1) -C $(MPLAYER_DIR) touch -c $@ $(TARGET_DIR)/$(MPLAYER_TARGET_BINARY): $(MPLAYER_DIR)/$(MPLAYER_BINARY)