theora: Move to a module and split thirdparty lib
Same rationale as the previous commits.
This commit is contained in:
parent
da09c6131b
commit
cfcc8a20e8
88 changed files with 199 additions and 178 deletions
6
modules/theora/config.py
Normal file
6
modules/theora/config.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
def can_build(platform):
|
||||
return True
|
||||
|
||||
def configure(env):
|
||||
pass
|
||||
Loading…
Add table
Add a link
Reference in a new issue