13 lines
441 B
Text
13 lines
441 B
Text
|
Index: plugins.c
|
||
|
--- plugins.c.orig
|
||
|
+++ plugins.c
|
||
|
@@ -1444,6 +1444,8 @@ _select_output_plugin (void) {
|
||
|
char outplugname[100];
|
||
|
#ifdef OSX_APPBUNDLE
|
||
|
conf_get_str ("output_plugin", "coreaudio", outplugname, sizeof (outplugname));
|
||
|
+#elif defined(HAVE_SNDIO)
|
||
|
+ conf_get_str ("output_plugin", "sndio", outplugname, sizeof (outplugname));
|
||
|
#else
|
||
|
conf_get_str ("output_plugin", "alsa", outplugname, sizeof (outplugname));
|
||
|
#endif
|