From f5d9c7b487166562a833fc86363d78468d711070 Mon Sep 17 00:00:00 2001 From: Ellen Poe Date: Thu, 9 Sep 2021 18:54:18 -0700 Subject: Replace stb_vorbis with libogg+libvorbis --- modules/ogg/config.py | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'modules/ogg/config.py') 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" -- cgit v1.2.3