From d646c4191117a3d7b6f0ea4f9a8efbedb04a5ec7 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 13 Aug 2016 21:00:37 +0200 Subject: config: add pulse.so to template --- src/config.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/config.c b/src/config.c index 68ab922..f6ab74a 100644 --- a/src/config.c +++ b/src/config.c @@ -637,6 +637,7 @@ int config_write_template(const char *file, const struct config *cfg) (void)re_fprintf(f, "module\t\t\t" MOD_PRE "winwave" MOD_EXT "\n"); #else (void)re_fprintf(f, "module\t\t\t" MOD_PRE "alsa" MOD_EXT "\n"); + (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "pulse" MOD_EXT "\n"); #endif (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "portaudio" MOD_EXT "\n"); (void)re_fprintf(f, "#module\t\t\t" MOD_PRE "aubridge" MOD_EXT "\n"); -- cgit v1.2.3