diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-23 03:39:34 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-04-23 03:39:34 +0000 |
commit | 4ebd355ec3e456c09329d1d28070dd0e8d9d65c7 (patch) | |
tree | 8e72d0db0a39c83ae5d893a9ffdbf6c782cb0fd1 /configure | |
parent | 4621e952a3d980b23c161317e24fd965c4e0d0c4 (diff) | |
download | mpv-4ebd355ec3e456c09329d1d28070dd0e8d9d65c7.tar.bz2 mpv-4ebd355ec3e456c09329d1d28070dd0e8d9d65c7.tar.xz |
OUTBURST moved from mplayer.c to config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@587 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -935,6 +935,14 @@ $_xmmpaudio #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 |