The voice chat feature requires audio capture. Audio capture requires sdl2. So lets force that.

This commit is contained in:
Shpoike 2018-10-16 20:25:04 +01:00
parent d336eeb96f
commit d595a3d9cd

View file

@ -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