mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@1bbfe637c6
This commit is contained in:
@@ -13,7 +13,6 @@ thirdparty_obj = []
|
||||
if env["builtin_libvorbis"]:
|
||||
thirdparty_dir = "#thirdparty/libvorbis/"
|
||||
thirdparty_sources = [
|
||||
# "analysis.c",
|
||||
# "barkmel.c",
|
||||
"bitrate.c",
|
||||
"block.c",
|
||||
@@ -35,11 +34,16 @@ if env["builtin_libvorbis"]:
|
||||
"smallft.c",
|
||||
"synthesis.c",
|
||||
# "tone.c",
|
||||
# "vorbisenc.c",
|
||||
"vorbisfile.c",
|
||||
"window.c",
|
||||
]
|
||||
|
||||
if env.editor_build:
|
||||
thirdparty_sources += [
|
||||
"analysis.c",
|
||||
"vorbisenc.c",
|
||||
]
|
||||
|
||||
thirdparty_sources = [thirdparty_dir + file for file in thirdparty_sources]
|
||||
|
||||
env_vorbis.Prepend(CPPEXTPATH=[thirdparty_dir])
|
||||
|
||||
Reference in New Issue
Block a user