virtualx-engine/modules/theora/config.py
Rémi Verschelde cfcc8a20e8 theora: Move to a module and split thirdparty lib
Same rationale as the previous commits.
2016-10-15 11:50:41 +02:00

6 lines
66 B
Python

def can_build(platform):
return True
def configure(env):
pass