diff options
| author | Ellen Poe <ellenhp@google.com> | 2021-09-09 18:54:18 -0700 |
|---|---|---|
| committer | Ellen Poe <ellenhp@google.com> | 2021-09-09 19:39:04 -0700 |
| commit | f5d9c7b487166562a833fc86363d78468d711070 (patch) | |
| tree | 3893f6fa0efdf3d657726074a8a1486a6f890742 /modules/ogg/config.py | |
| parent | 0d5e13cd805a1aa69c5f395483051d3501bcfcd3 (diff) | |
| download | redot-engine-f5d9c7b487166562a833fc86363d78468d711070.tar.gz | |
Replace stb_vorbis with libogg+libvorbis
Diffstat (limited to 'modules/ogg/config.py')
| -rw-r--r-- | modules/ogg/config.py | 11 |
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" |
