Vorbis: Don't compile unnecessary encoder files
This commit is contained in:
parent
a4156f1f0a
commit
222bc07874
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue