summaryrefslogtreecommitdiff
path: root/package/multimedia/gst-plugins-base
diff options
context:
space:
mode:
authorSven Neumann <s.neumann@raumfeld.com>2011-09-30 16:48:33 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-30 21:06:56 +0200
commit54b60ba6aa0ff1b6c851e704bc36945ca052b2b3 (patch)
treeb1dcf106e59073054bb11ddee0fcd10108fd8475 /package/multimedia/gst-plugins-base
parentb2a6615b11281b503227a3d18cffa617ee850147 (diff)
gst-plugins-base: disable parallel build
Parallel builds sometimes break when audio/testchannels is compiled before the gstinterfaces library. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/multimedia/gst-plugins-base')
-rw-r--r--package/multimedia/gst-plugins-base/gst-plugins-base.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/multimedia/gst-plugins-base/gst-plugins-base.mk b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
index 87ee80dc1..aad0a7bb9 100644
--- a/package/multimedia/gst-plugins-base/gst-plugins-base.mk
+++ b/package/multimedia/gst-plugins-base/gst-plugins-base.mk
@@ -8,6 +8,8 @@ GST_PLUGINS_BASE_SOURCE = gst-plugins-base-$(GST_PLUGINS_BASE_VERSION).tar.bz2
GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
GST_PLUGINS_BASE_INSTALL_STAGING = YES
+GST_PLUGINS_BASE_MAKE = $(MAKE1)
+
# freetype is only used by examples, but if it is not found
# and the host has a freetype-config script, then the host
# include dirs are added to the search path causing trouble