godot/modules/vorbis/config.py
Matt Hughes 3edd3cd377 Fix video playback
This adds support to

- VideoPlayer
- VideoStreamWebm
- VideoStreamTheora
2017-10-14 23:20:39 +09:00

8 lines
73 B
Python

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