aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBłażej Szczygieł2016-09-14 22:40:20 +0200
committerRémi Verschelde2016-09-18 23:21:36 +0200
commitd2aa006ddbb39c35e594a36d010f51491acef54f (patch)
tree18f648331af2f75b2e667f241529fcb73a148e46
parentec32c33799fe86362d64d1c16443a7e32e427dff (diff)
downloadgodot-d2aa006ddbb39c35e594a36d010f51491acef54f.tar.gz
godot-d2aa006ddbb39c35e594a36d010f51491acef54f.tar.zst
godot-d2aa006ddbb39c35e594a36d010f51491acef54f.zip
Vorbis: Don't compile unnecessary encoder files
(cherry picked from commit 222bc07874b11166410b6ae395fa854f238aed5a)
-rw-r--r--drivers/vorbis/SCsub4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/vorbis/SCsub b/drivers/vorbis/SCsub
index 87805cc2d..4afafcc4b 100644
--- a/drivers/vorbis/SCsub
+++ b/drivers/vorbis/SCsub
@@ -5,7 +5,7 @@ sources = [
]
sources_lib = [
- "vorbis/analysis.c",
+ #"vorbis/analysis.c",
#"vorbis/barkmel.c",
"vorbis/bitrate.c",
"vorbis/block.c",
@@ -27,7 +27,7 @@ sources_lib = [
"vorbis/smallft.c",
"vorbis/synthesis.c",
#"vorbis/tone.c",
- "vorbis/vorbisenc.c",
+ #"vorbis/vorbisenc.c",
"vorbis/vorbisfile.c",
"vorbis/window.c",
]