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
Philippe Normand
gst-plugins-bad
Commits
5d2674f5
Commit
5d2674f5
authored
Mar 27, 2018
by
Nirbheek Chauhan
🐜
Browse files
meson: Add missing optional lrdf dep to ladspa build
https://bugzilla.gnome.org/show_bug.cgi?id=794350
parent
90f6e6c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/ladspa/meson.build
View file @
5d2674f5
...
...
@@ -19,7 +19,7 @@ if cc.has_header('ladspa.h')
c_args : gst_plugins_bad_args + ladspa_cargs,
link_args : noseh_link_args,
include_directories : [configinc, libsinc],
dependencies : [gstaudio_dep, gstbase_dep, gmodule_dep, mathlib],
dependencies : [gstaudio_dep, gstbase_dep, gmodule_dep,
lrdf_dep,
mathlib],
install : true,
install_dir : plugins_install_dir,
)
...
...
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