mirror of
https://github.com/mpv-player/mpv
synced 2025-01-16 22:37:28 +01:00
OUTBURST moved from mplayer.c to config.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@587 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4621e952a3
commit
4ebd355ec3
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user