1
0
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:
George Marques
2015-10-02 14:20:50 -03:00
parent 2c45ee5e1c
commit 6e87314d83
274 changed files with 68380 additions and 2 deletions

View File

@@ -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'])