summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2017-02-17 19:26:41 +0200
committerSebastian Dröge <sebastian@centricular.com>2017-02-27 10:42:05 +0200
commit5cdf3a3976fd3c3753aaf72cce895383b49cac02 (patch)
tree4a68266a9fe1e802fc1f31e20b7068be0ce90520 /configure.ac
parent2132ba9a9437ce93e178a49d61c2e30ec85fac27 (diff)
downloadgstreamer-plugins-bad-5cdf3a3976fd3c3753aaf72cce895383b49cac02.tar.gz
allocators: Add GstPhysMemoryAllocator abstraction
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
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 25ca7c3c2..ea60796e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3584,6 +3584,7 @@ gst-libs/gst/player/Makefile
gst-libs/gst/video/Makefile
gst-libs/gst/audio/Makefile
gst-libs/gst/opencv/Makefile
+gst-libs/gst/allocators/Makefile
sys/Makefile
sys/dshowdecwrapper/Makefile
sys/acmenc/Makefile
@@ -3734,6 +3735,8 @@ pkgconfig/gstreamer-bad-video.pc
pkgconfig/gstreamer-bad-video-uninstalled.pc
pkgconfig/gstreamer-bad-audio.pc
pkgconfig/gstreamer-bad-audio-uninstalled.pc
+pkgconfig/gstreamer-bad-allocators.pc
+pkgconfig/gstreamer-bad-allocators-uninstalled.pc
tools/Makefile
m4/Makefile
)