mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-12 19:01:02 +00:00
update documentation for enable-threads
This commit is contained in:
parent
eb22cfbdbb
commit
f52e4fdf39
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ option ( enable-winmidi "compile Windows MIDI support (if it is available)" on )
|
|||
option ( enable-pkgconfig "use pkg-config to locate fluidsynth's (mostly optional) dependencies" on )
|
||||
option ( enable-pulseaudio "compile PulseAudio support (if it is available)" on )
|
||||
option ( enable-readline "compile readline lib line editing (if it is available)" on )
|
||||
option ( enable-threads "enable threads support on multi-processor systems" on )
|
||||
option ( enable-threads "enable multi-threading support (such as parallel voice synthesis)" on )
|
||||
|
||||
# Platform specific options
|
||||
if ( CMAKE_SYSTEM MATCHES "Linux" )
|
||||
|
|
Loading…
Reference in a new issue