Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-plugins-bad
Commits
8a4ad034
Commit
8a4ad034
authored
Nov 05, 2021
by
Antonio Ospite
Committed by
Tim-Philipp Müller
Nov 05, 2021
Browse files
magicleap: update lumin_rt libraries names to the latest official version
Part-of: <
!2561
>
parent
3e0f8353
Pipeline
#440714
waiting for manual action with stages
in 1 minute and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sys/magicleap/meson.build
View file @
8a4ad034
...
...
@@ -5,8 +5,8 @@ magicleap_sources = [
]
libmlaudio_dep = cc.find_library('ml_audio', required : get_option('magicleap'))
liblumin_core_dep = cc.find_library('lumin_rt_core_1_
5
', required : get_option('magicleap'))
liblumin_app_dep = cc.find_library('lumin_rt_app_1_
5
', required : get_option('magicleap'))
liblumin_core_dep = cc.find_library('lumin_rt_core_1_
7
', required : get_option('magicleap'))
liblumin_app_dep = cc.find_library('lumin_rt_app_1_
7
', required : get_option('magicleap'))
if libmlaudio_dep.found()
gstmagicleap = library('gstmagicleap',
...
...
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