mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-19 07:50:49 +00:00
Fix build with some OSSv4 variant
Reported by S Christian Collins.
This commit is contained in:
parent
e70f2a65ee
commit
9800764026
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
#define BUFFER_LENGTH 512
|
#define BUFFER_LENGTH 512
|
||||||
|
|
||||||
// Build issue on some systems (OSS 4.0)?
|
// Build issue on some systems (OSS 4.0)?
|
||||||
#ifndef SOUND_PCM_WRITE_CHANNELS
|
#ifdef SNDCTL_DSP_CHANNELS
|
||||||
#define SOUND_PCM_WRITE_CHANNELS SNDCTL_DSP_CHANNELS
|
#define SOUND_PCM_WRITE_CHANNELS SNDCTL_DSP_CHANNELS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue