mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
5cdf3a3976
This can be used in a generic way as common interface by all platforms that, in one way or another, pass around physical memory addresses. https://bugzilla.gnome.org/show_bug.cgi?id=779067
16 lines
648 B
PkgConfig
16 lines
648 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=@abs_top_builddir@/gst-libs/gst/allocators/.libs
|
|
# includedir is builddir because it is used to find gstconfig.h in places
|
|
includedir=@abs_top_builddir@/gst-libs
|
|
girdir=@abs_top_builddir@/gst-libs/gst/allocators
|
|
typelibdir=@abs_top_builddir@/gst-libs/gst/allocators
|
|
|
|
Name: GStreamer Bad Allocators Library, Uninstalled
|
|
Description: Bad Allocators implementation, uninstalled
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@
|
|
Libs: -L${libdir} -lgstbadallocators-@GST_API_VERSION@
|
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
|
|