build: Define G_THREADS_MANDATORY everywhere
[platform/upstream/gstreamer.git] / pkgconfig / gstreamer.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
5 toolsdir=${exec_prefix}/bin
6 pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
7
8 Name: GStreamer
9 Description: Streaming media framework
10 Requires: @GST_PKG_DEPS@@LIBXML_PKG@
11 Version: @VERSION@
12 Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@
13 Cflags: -I${includedir} -DG_THREADS_MANDATORY