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 <jacmet@sunsite.dk>
This commit is contained in:
parent
63b8666409
commit
32ed970075
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user