theora: Move to a module and split thirdparty lib

Same rationale as the previous commits.
This commit is contained in:
Rémi Verschelde 2016-10-13 19:40:40 +02:00
parent da09c6131b
commit cfcc8a20e8
88 changed files with 199 additions and 178 deletions

View file

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