mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-07 17:29:36 +00:00
fix windows build scripts, add windows opus support
This commit is contained in:
@@ -19,7 +19,8 @@ def build(bld):
|
||||
source = [
|
||||
'voiceencoder_celt.cpp',
|
||||
'../frame_encoder/voice_codec_frame.cpp',
|
||||
'../../../tier1/interface.cpp'
|
||||
'../../../tier1/interface.cpp',
|
||||
'../../../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
||||
@@ -17,6 +17,7 @@ def configure(conf):
|
||||
def build(bld):
|
||||
source = [
|
||||
'mp3codecs.cpp',
|
||||
'../../../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
||||
@@ -17,7 +17,8 @@ def build(bld):
|
||||
source = [
|
||||
'voiceencoder_opus.cpp',
|
||||
'../frame_encoder/voice_codec_frame.cpp',
|
||||
'../../../tier1/interface.cpp'
|
||||
'../../../tier1/interface.cpp',
|
||||
'../../../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
||||
@@ -19,7 +19,8 @@ def build(bld):
|
||||
source = [
|
||||
'VoiceEncoder_Speex.cpp',
|
||||
'../frame_encoder/voice_codec_frame.cpp',
|
||||
'../../../tier1/interface.cpp'
|
||||
'../../../tier1/interface.cpp',
|
||||
'../../../public/tier0/memoverride.cpp'
|
||||
]
|
||||
|
||||
includes = [
|
||||
|
||||
Reference in New Issue
Block a user