diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-10 18:46:33 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-10 18:46:33 +0000 |
commit | 2f3ad260a640f0408cd06f5a74273c3e8dee57cf (patch) | |
tree | 26cd9d0ac9729a3fd813f3f6ddc6c9d185962e57 /configure | |
parent | 83b94fd63e3da40b3d9990254c081a554ac70a4c (diff) |
MAX_OUTBURST changed to 64k for ALSA 0.5 users
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@756 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1057,8 +1057,10 @@ $_xmmpaudio #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 |