From fe8b66d2db0caacf643a83e47d3874a9d5dd0136 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 22 Jul 2003 23:13:45 +0000 Subject: 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 --- gst-libs/ext/ffmpeg/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gst-libs/ext') diff --git a/gst-libs/ext/ffmpeg/Makefile.am b/gst-libs/ext/ffmpeg/Makefile.am index 27ce7614..abe2aaef 100644 --- a/gst-libs/ext/ffmpeg/Makefile.am +++ b/gst-libs/ext/ffmpeg/Makefile.am @@ -7,6 +7,8 @@ else FFMPEG_DIR= endif +MAKEFLAGS=-j1 + # patch it up before descending into dirs all-recursive: patches -- cgit v1.2.1