mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
ceecdb8e1d
Create new GstMemory and GstAllocator base on dmabuf. Memory is not allocated/freed by userland but mapped/unmmaped from a dmabuf file descriptor when requested. This allocator is included in a new lib called libgstallocators https://bugzilla.gnome.org/show_bug.cgi?id=693826
16 lines
624 B
PkgConfig
16 lines
624 B
PkgConfig
# the standard variables don't make sense for an uninstalled copy
|
|
prefix=
|
|
exec_prefix=
|
|
libdir=
|
|
# 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 Allocators Library, Uninstalled
|
|
Description: Allocators implementation, uninstalled
|
|
Version: @VERSION@
|
|
Requires: gstreamer-@GST_API_VERSION@
|
|
Libs: @abs_top_builddir@/gst-libs/gst/allocators/libgstallocators-@GST_API_VERSION@.la
|
|
Cflags: -I@abs_top_srcdir@/gst-libs -I@abs_top_builddir@/gst-libs
|
|
|