From: Seungha Yang Date: Mon, 11 Apr 2022 16:35:43 +0000 (+0900) Subject: meson: gst-play: Restore Windows high-resolution timer support X-Git-Tag: 1.22.0~1875 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ec1d854947602458fe19b8b15e8100aa69ce776;p=platform%2Fupstream%2Fgstreamer.git meson: gst-play: Restore Windows high-resolution timer support Fix regression of the commit 2952a73f4083487f33ae83407bef5245d2f8fef2 Part-of: --- diff --git a/subprojects/gst-plugins-base/tools/meson.build b/subprojects/gst-plugins-base/tools/meson.build index ed180f8..b553b07 100644 --- a/subprojects/gst-plugins-base/tools/meson.build +++ b/subprojects/gst-plugins-base/tools/meson.build @@ -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 }, }