mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +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
3c1bf3aeff
commit
4694cef95a
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