# HG changeset patch # User arpi_esp # Date 987997174 0 # Node ID e1b8c0b3ec356780ab5fe2379c13e857d1d8f056 # Parent 96621b6b7f9f9ac36caef62c75598c926c265e73 OUTBURST moved from mplayer.c to config.h diff -r 96621b6b7f9f -r e1b8c0b3ec35 configure --- a/configure Mon Apr 23 03:38:17 2001 +0000 +++ b/configure Mon Apr 23 03:39:34 2001 +0000 @@ -935,6 +935,14 @@ #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