mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
"ready" is unused if ENABLE_MIXER_THREADS=0
This commit is contained in:
parent
06bcf8db9f
commit
0bf5c28275
1 changed files with 1 additions and 2 deletions
|
@ -41,13 +41,12 @@ struct _fluid_mixer_buffers_t
|
|||
fluid_rvoice_mixer_t *mixer; /**< Owner of object */
|
||||
#if ENABLE_MIXER_THREADS
|
||||
fluid_thread_t *thread; /**< Thread object */
|
||||
fluid_atomic_int_t ready; /**< Atomic: buffers are ready for mixing */
|
||||
#endif
|
||||
|
||||
fluid_rvoice_t **finished_voices; /* List of voices who have finished */
|
||||
int finished_voice_count;
|
||||
|
||||
fluid_atomic_int_t ready; /**< Atomic: buffers are ready for mixing */
|
||||
|
||||
fluid_real_t *local_buf;
|
||||
|
||||
int buf_count;
|
||||
|
|
Loading…
Reference in a new issue