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:
Carlos Bentzen 2024-09-10 21:25:42 +02:00 committed by GStreamer Marge Bot
parent 9f5fd625a1
commit b9207beef6

View file

@ -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
},