ges: tools: fix msvc compiler warning about G_LOG_DOMAIN redefinition

cl: Command line warning D9025: overriding '/DG_LOG_DOMAIN="GES"'
with '/UG_LOG_DOMAIN'

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5312>
This commit is contained in:
Tim-Philipp Müller 2023-09-11 00:41:22 +01:00 committed by GStreamer Marge Bot
parent 600b626472
commit 30f955f73a

View file

@ -1,6 +1,6 @@
deps = [ges_dep, gstpbutils_dep, gio_dep, gstvideo_dep, gstaudio_dep]
ges_tool_args = [ges_c_args, '-UG_LOG_DOMAIN']
ges_tool_args = ['-DHAVE_CONFIG_H']
if gstvalidate_dep.found()
deps = deps + [gstvalidate_dep]
ges_tool_args += ['-DGST_USE_UNSTABLE_API']