diff --git a/gst-libs/gst/allocators/meson.build b/gst-libs/gst/allocators/meson.build index a143336394..a2ef0408f6 100644 --- a/gst-libs/gst/allocators/meson.build +++ b/gst-libs/gst/allocators/meson.build @@ -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,