summaryrefslogtreecommitdiff
path: root/m4/gst-glib2.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gst-glib2.m4')
-rw-r--r--m4/gst-glib2.m45
1 files changed, 5 insertions, 0 deletions
diff --git a/m4/gst-glib2.m4 b/m4/gst-glib2.m4
index 3060e5e..7b03874 100644
--- a/m4/gst-glib2.m4
+++ b/m4/gst-glib2.m4
@@ -20,6 +20,11 @@ AC_DEFUN([AG_GST_GLIB_CHECK],
AC_MSG_ERROR([This package requires GLib >= $GLIB_REQ to compile.])
fi
+ dnl Add define to tell GLib that threading is always enabled within GStreamer
+ dnl code (optimisation, bypasses checks if the threading system is enabled
+ dnl when using threading primitives)
+ GLIB_CFLAGS="$GLIB_CFLAGS -DG_THREADS_MANDATORY"
+
dnl for the poor souls who for example have glib in /usr/local
AS_SCRUB_INCLUDE(GLIB_CFLAGS)
])