summaryrefslogtreecommitdiff
path: root/modules/webm/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/webm/config.py')
-rw-r--r--modules/webm/config.py14
1 files changed, 10 insertions, 4 deletions
diff --git a/modules/webm/config.py b/modules/webm/config.py
index ef5daca05c..0374bb36f7 100644
--- a/modules/webm/config.py
+++ b/modules/webm/config.py
@@ -1,8 +1,14 @@
-
def can_build(platform):
-# return True
- return False
-
+ return True
def configure(env):
pass
+
+def get_doc_classes():
+ return [
+ "ResourceImporterWebm",
+ "VideoStreamWebm",
+ ]
+
+def get_doc_path():
+ return "doc_classes"