Commit 32ed9700 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 63b86664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)