summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 18:46:33 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 18:46:33 +0000
commit2f3ad260a640f0408cd06f5a74273c3e8dee57cf (patch)
tree26cd9d0ac9729a3fd813f3f6ddc6c9d185962e57 /configure
parent83b94fd63e3da40b3d9990254c081a554ac70a4c (diff)
downloadmpv-2f3ad260a640f0408cd06f5a74273c3e8dee57cf.tar.bz2
mpv-2f3ad260a640f0408cd06f5a74273c3e8dee57cf.tar.xz
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-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index ab507e495a..75b70217ec 100755
--- a/configure
+++ b/configure
@@ -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