From: Tim-Philipp Müller Date: Tue, 19 Dec 2017 12:44:35 +0000 (+0000) Subject: allocators: fix meson build after physmem move from -bad X-Git-Tag: 1.16.2~941 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6559bd75ac27da83fe707cc58b8b14e31c0421c3;p=platform%2Fupstream%2Fgst-plugins-base.git allocators: fix meson build after physmem move from -bad --- diff --git a/gst-libs/gst/allocators/meson.build b/gst-libs/gst/allocators/meson.build index a14333639..a2ef0408f 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,