mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +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=
|
FFMPEG_DIR=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
MAKEFLAGS=-j1
|
||||||
|
|
||||||
# patch it up before descending into dirs
|
# patch it up before descending into dirs
|
||||||
all-recursive: patches
|
all-recursive: patches
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue