mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 02:45:35 +00:00
allocators: fix meson build after physmem move from -bad
This commit is contained in:
parent
70f93db181
commit
6559bd75ac
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
gst_allocators_headers = [
|
gst_allocators_headers = [
|
||||||
'allocators.h',
|
'allocators.h',
|
||||||
'gstfdmemory.h',
|
'gstfdmemory.h',
|
||||||
|
'gstphysmemory.h',
|
||||||
'gstdmabuf.h',
|
'gstdmabuf.h',
|
||||||
]
|
]
|
||||||
install_headers(gst_allocators_headers, subdir : 'gstreamer-1.0/gst/allocators/')
|
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),
|
gstallocators = library('gstallocators-@0@'.format(api_version),
|
||||||
gst_allocators_sources,
|
gst_allocators_sources,
|
||||||
c_args : gst_plugins_base_args,
|
c_args : gst_plugins_base_args,
|
||||||
|
|
Loading…
Reference in a new issue