first commit to transcode branch for supporting both nosteam celt and steam opus
This commit is contained in:
@@ -36,10 +36,12 @@ for sdk_name in SM.sdks:
|
||||
|
||||
binary.compiler.cxxincludes += [
|
||||
os.path.join(SM.sm_root, 'public', 'extensions'),
|
||||
os.path.join(builder.sourcePath, 'opus')
|
||||
os.path.join(builder.sourcePath, 'opus'),
|
||||
os.path.join(builder.sourcePath, 'celt')
|
||||
]
|
||||
binary.compiler.linkflags += [
|
||||
os.path.join(builder.sourcePath, 'opus', 'libopus.a')
|
||||
os.path.join(builder.sourcePath, 'opus', 'libopus.a'),
|
||||
os.path.join(builder.sourcePath, 'celt', 'libcelt0_patched.a')
|
||||
]
|
||||
|
||||
SM.extensions += builder.Add(project)
|
||||
|
||||
Reference in New Issue
Block a user