summaryrefslogtreecommitdiff
path: root/src/modules/module-combine-sink.c
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2017-12-05 10:54:41 +0530
committerArun Raghavan <arun@arunraghavan.net>2017-12-12 12:58:52 +0530
commitd9624e0382aabc106252e3a39665293e72ed08bb (patch)
tree3aaa45e1dd7977bcec449b036560f667da349b04 /src/modules/module-combine-sink.c
parentbcd755bbe6db81acf1d8957c9ffa8e1a346dab49 (diff)
downloadpulseaudio-d9624e0382aabc106252e3a39665293e72ed08bb.tar.gz
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!
Diffstat (limited to 'src/modules/module-combine-sink.c')
-rw-r--r--src/modules/module-combine-sink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/module-combine-sink.c b/src/modules/module-combine-sink.c
index ce6eb7766..baaac44d5 100644
--- a/src/modules/module-combine-sink.c
+++ b/src/modules/module-combine-sink.c
@@ -45,8 +45,6 @@
#include <pulsecore/time-smoother.h>
#include <pulsecore/strlist.h>
-#include "module-combine-sink-symdef.h"
-
PA_MODULE_AUTHOR("Lennart Poettering");
PA_MODULE_DESCRIPTION("Combine multiple sinks to one");
PA_MODULE_VERSION(PACKAGE_VERSION);