build: Define G_THREADS_MANDATORY everywhere
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 20 Jan 2010 05:58:28 +0000 (06:58 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 20 Jan 2010 08:51:16 +0000 (09:51 +0100)
commitf137d188cb642094bcd21de75e0856907b99dc22
tree67672e1873bd6ae1d3a55f419d7ce13b52750559
parent9909d3312fc411f95088ca23119811385a80c210
build: Define G_THREADS_MANDATORY everywhere

We require threads to be supported in any case and defining this
will simplify the mutex, condition variable, etc. macros from gthread
to not always check if threads are really supported.

Fixes bug #607481.
configure.ac
gst/gst.c
pkgconfig/gstreamer-uninstalled.pc.in
pkgconfig/gstreamer.pc.in