mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
g-i: pass --quiet to g-ir-scanner
This suppresses the annoying 'g-ir-scanner: link: cc ..' output that we get even if everything works just fine. We still get g-ir-scanner warnings and compiler warnings if we pass this option.
This commit is contained in:
parent
0ce4b5cb85
commit
8e0c3285f4
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ gir_init_section = [ '--add-init-section=' + \
|
|||
'g_setenv("GST_PLUGIN_SYSTEM_PATH_1_0", "", TRUE);' + \
|
||||
'g_setenv("GST_DEBUG", "0", TRUE);' + \
|
||||
'gst_init(NULL,NULL);' + \
|
||||
'ges_init();' ]
|
||||
'ges_init();', '--quiet']
|
||||
|
||||
ges_c_args = ['-DHAVE_CONFIG_H', '-DG_LOG_DOMAIN="GES"']
|
||||
plugins_install_dir = '@0@/gstreamer-1.0'.format(get_option('libdir'))
|
||||
|
|
Loading…
Reference in a new issue