mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
audiomixmatric: Add missing libm deps for meson
This commit is contained in:
parent
b75a61342f
commit
266324b97a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ gstaudiomixmatrix = library('gstaudiomixmatrix',
|
|||
audiomixmatrix_sources,
|
||||
c_args : gst_plugins_bad_args,
|
||||
include_directories : [configinc],
|
||||
dependencies : [gstbase_dep, gstaudio_dep],
|
||||
dependencies : [gstbase_dep, gstaudio_dep, libm],
|
||||
install : true,
|
||||
install_dir : plugins_install_dir,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue