0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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
This commit is contained in:
arpi_esp 2001-05-10 18:46:33 +00:00
parent 83b94fd63e
commit 2f3ad260a6

4
configure vendored
View File

@ -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