Mercurial > mplayer.hg
changeset 586:e1b8c0b3ec35
OUTBURST moved from mplayer.c to config.h
author | arpi_esp |
---|---|
date | Mon, 23 Apr 2001 03:39:34 +0000 |
parents | 96621b6b7f9f |
children | 8511095c5283 |
files | configure |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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