virtualx-engine/modules/theora/config.py
Rémi Verschelde 82e8721715 theora: Move to a module and split thirdparty lib
Same rationale as the previous commits.

(cherry picked from commit cfcc8a20e8)
2016-10-30 14:51:32 +01:00

6 lines
66 B
Python

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