mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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:
parent
600b626472
commit
30f955f73a
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue