diff options
| author | 2025-05-12 07:21:21 +0200 | |
|---|---|---|
| committer | 2025-05-12 07:22:02 +0200 | |
| commit | 9d64f84eca5d11c90bde809e567043b8fc20ebdb (patch) | |
| tree | 52bbbf136d4461a938e883a1e9dc0f5e2dec6d49 /makefile | |
| parent | e9ff892164fe44cdb0dd61566b92d1d5430c2b08 (diff) | |
sound: Fix synchronous streams
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ # USE_SYSTEM_LIB_LUA = 1 # USE_SYSTEM_LIB_SQLITE3 = 1 # USE_SYSTEM_LIB_PORTMIDI = 1 -# USE_SYSTEM_LIB_PORTAUDIO = 1 +USE_SYSTEM_LIB_PORTAUDIO = 1 # USE_SYSTEM_LIB_UTF8PROC = 1 # USE_SYSTEM_LIB_GLM = 1 # USE_SYSTEM_LIB_RAPIDJSON = 1 |
