Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GStreamer
gst-plugins-base
Commits
6559bd75
Commit
6559bd75
authored
Dec 19, 2017
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allocators: fix meson build after physmem move from -bad
parent
70f93db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gst-libs/gst/allocators/meson.build
gst-libs/gst/allocators/meson.build
+2
-1
No files found.
gst-libs/gst/allocators/meson.build
View file @
6559bd75
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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment