mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 20:11:42 +00:00
The voice chat feature requires audio capture. Audio capture requires sdl2. So lets force that.
This commit is contained in:
parent
d336eeb96f
commit
d595a3d9cd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
DO_USERDIRS=0
|
||||
|
||||
### Enable/Disable SDL2
|
||||
USE_SDL2=0
|
||||
USE_SDL2=1
|
||||
|
||||
### Enable the use of zlib, for compressed pk3s.
|
||||
USE_ZLIB=1
|
||||
|
|
Loading…
Reference in a new issue