mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
Build issue with OSS on OpenSolaris, credits to laurent. Fixes ticket #74.
This commit is contained in:
parent
3bf3818f9b
commit
ae09187308
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@
|
|||
|
||||
#define BUFFER_LENGTH 512
|
||||
|
||||
// Build issue on some systems (OSS 4.0)?
|
||||
#ifndef SOUND_PCM_WRITE_CHANNELS
|
||||
#define SOUND_PCM_WRITE_CHANNELS SNDCTL_DSP_CHANNELS
|
||||
#endif
|
||||
|
||||
/** fluid_oss_audio_driver_t
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue