allocators: fix meson build after physmem move from -bad
authorTim-Philipp Müller <tim@centricular.com>
Tue, 19 Dec 2017 12:44:35 +0000 (12:44 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 19 Dec 2017 12:44:35 +0000 (12:44 +0000)
gst-libs/gst/allocators/meson.build

index a143336394b2a71ee8919a16a75603fd634eac20..a2ef0408f6f9b372e20dc62a687d5df760d0e65e 100644 (file)
@@ -1,11 +1,12 @@
 gst_allocators_headers = [
   'allocators.h',
   'gstfdmemory.h',
+  'gstphysmemory.h',
   'gstdmabuf.h',
 ]
 install_headers(gst_allocators_headers, subdir : 'gstreamer-1.0/gst/allocators/')
 
-gst_allocators_sources = [ 'gstdmabuf.c', 'gstfdmemory.c' ]
+gst_allocators_sources = [ 'gstdmabuf.c', 'gstfdmemory.c', 'gstphysmemory.c']
 gstallocators = library('gstallocators-@0@'.format(api_version),
   gst_allocators_sources,
   c_args : gst_plugins_base_args,