engine: get opus voice codec

This commit is contained in:
nillerusr
2022-02-13 06:15:27 +03:00
parent a38e73f480
commit 6b10b528e9
119 changed files with 13201 additions and 31062 deletions

View File

@@ -22,7 +22,8 @@ def configure(conf):
'ENGINE_DLL',
'VERSION_SAFE_STEAM_API_INTERFACES',
'USE_BREAKPAD_HANDLER',
'USE_CONVARS'
'USE_CONVARS',
'VOICE_OVER_IP'
])
def build(bld):
@@ -311,7 +312,7 @@ def build(bld):
'vgui_helpers.cpp',
'vgui_texturebudgetpanel.cpp',
'vgui_vprofgraphpanel.cpp',
'vgui_vprofpanel.cpp',
'vgui_vprofpanel.cpp',
'toolframework.cpp'
]