diff configure @ 755:0d15358b0319

MAX_OUTBURST changed to 64k for ALSA 0.5 users
author arpi_esp
date Thu, 10 May 2001 18:46:33 +0000
parents cd1f0d4de0b8
children 9bc104531aec
line wrap: on
line diff
--- a/configure	Thu May 10 18:44:38 2001 +0000
+++ b/configure	Thu May 10 18:46:33 2001 +0000
@@ -1057,8 +1057,10 @@
 #define PLUGINDIR LIBDIR "/xmmp/Plugins"
 #define XMMP_AUDIO_DRIVER PLUGINDIR "/Sound/oss.so"
 
+/* set up max. outburst. use 65536 for ALSA 0.5, for others 16384 is enough */
+#define MAX_OUTBURST 65536
+
 /* set up audio OUTBURST. Do not change this! */
-#define MAX_OUTBURST 32768
 #ifdef USE_XMMP_AUDIO
 #define OUTBURST 4096
 #else