mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
meson: gst-play: Restore Windows high-resolution timer support
Fix regression of the commit 2952a73f40
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2154>
This commit is contained in:
parent
416e16aefd
commit
5ec1d85494
1 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,9 @@ endif
|
|||
},
|
||||
'gst-play': {
|
||||
'files': files('gst-play.c', 'gst-play-kb.c'),
|
||||
'deps': tool_deps,
|
||||
'man_page': files('gst-play-@0@.1'.format(api_version))
|
||||
'deps': tool_deps + extra_deps,
|
||||
'man_page': files('gst-play-@0@.1'.format(api_version)),
|
||||
'extra_c_args': extra_args
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue