mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
Add example to play sine wave
Various build fixes and cleanups Move port_add to private and make node ports based on implementation. Improve pull based scheduling on remote nodes
This commit is contained in:
parent
36ac8a6545
commit
21cd5a2918
26 changed files with 640 additions and 185 deletions
|
|
@ -2,6 +2,7 @@ manpage_conf = configuration_data()
|
|||
manpage_conf.set('PACKAGE_NAME', meson.project_name())
|
||||
manpage_conf.set('PACKAGE_VERSION', meson.project_version())
|
||||
manpage_conf.set('PACKAGE_URL', 'http://pipewire.org')
|
||||
manpage_conf.set('PACKAGE_BUGREPORT', 'https://github.com/PipeWire/pipewire/issues')
|
||||
manpage_conf.set('top_srcdir', meson.source_root())
|
||||
manpage_conf.set('top_builddir', meson.build_root())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue