Fix compile for USE_VOIP=0
This commit is contained in:
parent
ac054c198d
commit
4c5e9963e3
2 changed files with 7 additions and 3 deletions
|
@ -47,7 +47,9 @@ cvar_t *s_alAvailableInputDevices;
|
|||
|
||||
static qboolean enumeration_ext = qfalse;
|
||||
static qboolean enumeration_all_ext = qfalse;
|
||||
#ifdef USE_VOIP
|
||||
static qboolean capture_ext = qfalse;
|
||||
#endif
|
||||
|
||||
/*
|
||||
=================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue