summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 436dd30b..d54bee0a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,8 +29,9 @@ int main(int argc, char *argv[]) {
mainloop_source_new_signal(m, SIGINT, signal_callback, NULL);
signal(SIGPIPE, SIG_IGN);
- module_load(c, "sink-pipe", NULL);
- module_load(c, "protocol-simple-tcp", NULL);
+ module_load(c, "module-oss", NULL);
+ module_load(c, "module-pipe-sink", NULL);
+ module_load(c, "module-simple-protocol-tcp", NULL);
mainloop_run(m);