mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +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.
14 lines
489 B
PkgConfig
14 lines
489 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=${pcfiledir}/..
|
|
includedir=${pcfiledir}/..
|
|
toolsdir=${pcfiledir}/../tools
|
|
pluginsdir=${pcfiledir}/..
|
|
|
|
Name: GStreamer Uninstalled
|
|
Description: Streaming media framework, Not Installed
|
|
Version: @VERSION@
|
|
Requires: @GST_PKG_DEPS@@LIBXML_PKG@
|
|
Libs: ${libdir}/gst/libgstreamer-@GST_MAJORMINOR@.la
|
|
Cflags: -I${includedir} -I@srcdir@/.. -I${includedir}/libs -I@srcdir@/../libs -DG_THREADS_MANDATORY
|