mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-27 23:44:47 +00:00
Do not try to generated binding for libgstriff and libgstfft which are not introspected
This commit is contained in:
parent
d3ad9cdfe4
commit
9439399cd5
1 changed files with 7 additions and 5 deletions
|
@ -163,8 +163,10 @@ if bindinate.found()
|
|||
run_target('bindinate_gstreamer',
|
||||
command: [bindinate,
|
||||
'--name=gstreamer', '--regenerate=true',
|
||||
'--merge-with=GstApp-1.0,GstAudio-1.0,GstBase-1.0,GstController-1.0,GstFft-1.0,GstNet-1.0,GstPbutils-1.0,GstRiff-1.0,GstRtp-1.0,GstRtsp-1.0,GstSdp-1.0,GstTag-1.0,GstVideo-1.0',
|
||||
'--gir=Gst-1.0']
|
||||
'--merge-with=GstApp-1.0,GstAudio-1.0,GstBase-1.0,GstController-1.0,GstNet-1.0,GstPbutils-1.0,GstRtp-1.0,GstRtsp-1.0,GstSdp-1.0,GstTag-1.0,GstVideo-1.0',
|
||||
'--gir=Gst-1.0',
|
||||
'--copy-girs=@0@'.format(join_paths(meson.current_source_dir(), 'girs'))],
|
||||
depends: []
|
||||
)
|
||||
run_target('bindinate_ges',
|
||||
command: ['sh', '-c',
|
||||
|
|
Loading…
Reference in a new issue