mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
f137d188cb
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.
13 lines
389 B
PkgConfig
13 lines
389 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@/gstreamer-@GST_MAJORMINOR@
|
|
toolsdir=${exec_prefix}/bin
|
|
pluginsdir=@libdir@/gstreamer-@GST_MAJORMINOR@
|
|
|
|
Name: GStreamer
|
|
Description: Streaming media framework
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgstreamer-@GST_MAJORMINOR@
|
|
Cflags: -I${includedir} -DG_THREADS_MANDATORY
|