From 3edd3cd377511b4cef27478be24f7562273d69ce Mon Sep 17 00:00:00 2001 From: Matt Hughes Date: Thu, 14 Sep 2017 15:45:02 -0500 Subject: Fix video playback This adds support to - VideoPlayer - VideoStreamWebm - VideoStreamTheora --- modules/ogg/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/ogg') 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): -- cgit v1.2.3