mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
3edd3cd377
This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora
8 lines
73 B
Python
8 lines
73 B
Python
|
|
def can_build(platform):
|
|
return True
|
|
|
|
|
|
def configure(env):
|
|
pass
|