mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-14 06:59:53 -05:00
build-sys: Stop using symdef headers for modules
This removes the symdef header generation m4 magic in favour of a simpler macro method, allowing us to skip one unnecessary build step while moving to meson, and removing an 11 year old todo!
This commit is contained in:
parent
bcd755bbe6
commit
d9624e0382
90 changed files with 124 additions and 411 deletions
|
|
@ -41,8 +41,6 @@
|
|||
#include <pulsecore/rtpoll.h>
|
||||
#include <pulsecore/sample-util.h>
|
||||
|
||||
#include "module-jack-sink-symdef.h"
|
||||
|
||||
/* General overview:
|
||||
*
|
||||
* Because JACK has a very inflexible event loop management which
|
||||
|
|
|
|||
|
|
@ -41,8 +41,6 @@
|
|||
#include <pulsecore/rtpoll.h>
|
||||
#include <pulsecore/sample-util.h>
|
||||
|
||||
#include "module-jack-source-symdef.h"
|
||||
|
||||
/* See module-jack-sink for a few comments how this module basically
|
||||
* works */
|
||||
|
||||
|
|
|
|||
|
|
@ -32,8 +32,6 @@
|
|||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/dbus-shared.h>
|
||||
|
||||
#include "module-jackdbus-detect-symdef.h"
|
||||
|
||||
PA_MODULE_AUTHOR("David Henningsson");
|
||||
PA_MODULE_DESCRIPTION("Adds JACK sink/source ports when JACK is started");
|
||||
PA_MODULE_LOAD_ONCE(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue