diff options
author | Matt Hughes <mhughes@laughlin.com> | 2017-09-14 15:45:02 -0500 |
---|---|---|
committer | Hiroshi Ogawa <hi.ogawa.zz@gmail.com> | 2017-10-14 23:20:39 +0900 |
commit | 3edd3cd377511b4cef27478be24f7562273d69ce (patch) | |
tree | 204fcdded3bc7b46a6b559a5e5a44eba4244f25b /modules/ogg | |
parent | e8f8359b2edd583480218b7348cdbe43e959a16e (diff) |
Fix video playback
This adds support to
- VideoPlayer
- VideoStreamWebm
- VideoStreamTheora
Diffstat (limited to 'modules/ogg')
-rw-r--r-- | modules/ogg/config.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/ogg/config.py b/modules/ogg/config.py index ef5daca05c..fb920482f5 100644 --- a/modules/ogg/config.py +++ b/modules/ogg/config.py @@ -1,7 +1,6 @@ def can_build(platform): -# return True - return False + return True def configure(env): |