summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 4bf66fc149..51897846a0 100755
--- a/configure
+++ b/configure
@@ -935,6 +935,14 @@ $_xmmpaudio
#define PLUGINDIR LIBDIR "/xmmp/Plugins"
#define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so"
+/* set up audio OUTBURST. Do not change this! */
+#ifdef USE_XMMP_AUDIO
+#define OUTBURST 4096
+#else
+//#define OUTBURST 1024
+#define OUTBURST 512
+#endif
+
/* LIRC (remote control, see www.lirc.org) support: */
$_lircdefs