mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
build-sys: First pass at a meson-ified build system
This is a working implementation of a build with meson. The server, utils, and most modules build with this, and it is possible to run from a build tree and play/capture audio on ALSA devices. There are a number of FIXMEs, of course, and a number of features that need to be enabled (modules, dependencies, installation, etc.), but this should provide everything we need to get there relatively quickly. To use this, install meson (distro package, or mesonbuild.com) and run: $ cd <pulseaudio src dir> $ meson <builddir> $ ninja -C <builddir>
This commit is contained in:
parent
04361ee0d2
commit
114cdfbdde
14 changed files with 948 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/core.h>
|
||||
#include <stream-interaction.h>
|
||||
#include "stream-interaction.h"
|
||||
|
||||
PA_MODULE_AUTHOR("Flavio Ceolin <flavio.ceolin@profusion.mobi>");
|
||||
PA_MODULE_DESCRIPTION("Apply a ducking effect based on streams roles");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue