changeset 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 32a8e9e43d94
children b562c8bcf704
files configure
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
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