You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00:00
Add support for Opus audio format
This commit is contained in:
@@ -89,6 +89,9 @@ def configure(env):
|
||||
|
||||
#env.Append(CXXFLAGS=['-fno-access-control'])
|
||||
|
||||
if(env["opus"]=="yes"):
|
||||
env.opus_fixed_point="yes"
|
||||
|
||||
if (env["target"]=="release"):
|
||||
|
||||
env.Append(CCFLAGS=['-O4', '-ffast-math','-fomit-frame-pointer'])
|
||||
|
||||
Reference in New Issue
Block a user