mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
meson: Fix building with meson 0.34
This commit is contained in:
parent
ed61bff072
commit
7315a07bc8
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ gnome = import('gnome')
|
||||||
build_gir = gir.found() and not meson.is_cross_build() and not get_option('disable_introspection')
|
build_gir = gir.found() and not meson.is_cross_build() and not get_option('disable_introspection')
|
||||||
|
|
||||||
gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);' ]
|
gir_init_section = [ '--add-init-section=extern void gst_init(gint*,gchar**); gst_init(NULL,NULL);' ]
|
||||||
vs_module_defs_dir = meson.source_root() + '/win32/common/'
|
vs_module_defs_dir = meson.current_source_dir() + '/win32/common/'
|
||||||
|
|
||||||
gst_c_args = ['-DHAVE_CONFIG_H']
|
gst_c_args = ['-DHAVE_CONFIG_H']
|
||||||
if libtype == 'static'
|
if libtype == 'static'
|
||||||
|
|
Loading…
Reference in a new issue