SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
audio/deadbeef/patches/patch-plugins_c
Normal file
12
audio/deadbeef/patches/patch-plugins_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue