mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
Original commit message from CVS: Force MAKEFLAGS to -j1 since ffmpeg is not -j safe
This commit is contained in:
parent
cba4380b82
commit
900db31d43
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ else
|
|||
FFMPEG_DIR=
|
||||
endif
|
||||
|
||||
MAKEFLAGS=-j1
|
||||
|
||||
# patch it up before descending into dirs
|
||||
all-recursive: patches
|
||||
|
||||
|
|
Loading…
Reference in a new issue