mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
Meson: also build and install gst-stats-1.0 and it's man page.
https://bugzilla.gnome.org/show_bug.cgi?id=781585
This commit is contained in:
parent
8b06627df9
commit
97cacb78e3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
tools = [ 'gst-inspect', 'gst-launch','gst-typefind' ]
|
||||
tools = [ 'gst-inspect', 'gst-launch', 'gst-stats', 'gst-typefind' ]
|
||||
|
||||
foreach tool : tools
|
||||
exe_name = '@0@-@1@'.format(tool, apiversion)
|
||||
|
|
Loading…
Reference in a new issue