1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

mpc: Move to a module and split thirdparty libmpcdec

(cherry picked from commit 5c12c9e69b)
This commit is contained in:
Rémi Verschelde
2016-10-13 20:46:42 +02:00
parent 82e8721715
commit c8a97c3678
34 changed files with 158 additions and 55 deletions

View File

@@ -25,10 +25,10 @@ def get_flags():
return [
('tools', 'no'),
('musepack', 'no'),
('squish', 'no'),
('module_speex_enabled', 'no'),
('etc1', 'no'),
('module_mpc_enabled', 'no'),
('module_theora_enabled', 'no'),
]