summaryrefslogtreecommitdiffstats
path: root/modules/ogg/config.py
diff options
context:
space:
mode:
authorEllen Poe <ellenhp@google.com>2021-09-09 18:54:18 -0700
committerEllen Poe <ellenhp@google.com>2021-09-09 19:39:04 -0700
commitf5d9c7b487166562a833fc86363d78468d711070 (patch)
tree3893f6fa0efdf3d657726074a8a1486a6f890742 /modules/ogg/config.py
parent0d5e13cd805a1aa69c5f395483051d3501bcfcd3 (diff)
downloadredot-engine-f5d9c7b487166562a833fc86363d78468d711070.tar.gz
Replace stb_vorbis with libogg+libvorbis
Diffstat (limited to 'modules/ogg/config.py')
-rw-r--r--modules/ogg/config.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/ogg/config.py b/modules/ogg/config.py
index d22f9454ed..5a417ba8dd 100644
--- a/modules/ogg/config.py
+++ b/modules/ogg/config.py
@@ -4,3 +4,14 @@ def can_build(env, platform):
def configure(env):
pass
+
+
+def get_doc_classes():
+ return [
+ "OGGPacketSequence",
+ "OGGPacketSequencePlayback",
+ ]
+
+
+def get_doc_path():
+ return "doc_classes"