mpc: Move to a module and split thirdparty libmpcdec

This commit is contained in:
Rémi Verschelde 2016-10-13 20:46:42 +02:00
parent cfcc8a20e8
commit 5c12c9e69b
34 changed files with 158 additions and 55 deletions

View file

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