mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
meson: gst-play: link to libm
gst-play.c depends on libm due to using `round`. Passing by, correct identation of `gst_tools` definition. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7492>
This commit is contained in:
parent
9f5fd625a1
commit
b9207beef6
1 changed files with 18 additions and 18 deletions
|
@ -38,7 +38,7 @@ endif
|
|||
},
|
||||
'gst-play': {
|
||||
'files': files('gst-play.c', 'gst-play-kb.c'),
|
||||
'deps': tool_deps + extra_deps,
|
||||
'deps': tool_deps + libm + extra_deps,
|
||||
'man_page': files('gst-play-@0@.1'.format(api_version)),
|
||||
'extra_c_args': extra_args
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue