From 7ec0ff2589ffd5774e78f9e6b436ea55be45deb1 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 14 Feb 2024 12:21:33 +1100 Subject: Switch to the lowmem tremor branch in addition to using slightly less memory, this branch also doesn't seem to have the same issues with `-O2` builds that the main branch has. --- src/codecs/include/vorbis.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/codecs/include') diff --git a/src/codecs/include/vorbis.hpp b/src/codecs/include/vorbis.hpp index 673b67a0..b96a0407 100644 --- a/src/codecs/include/vorbis.hpp +++ b/src/codecs/include/vorbis.hpp @@ -14,8 +14,6 @@ #include #include "ivorbisfile.h" -#include "ogg/ogg.h" -#include "opus.h" #include "sample.hpp" #include "span.hpp" @@ -41,7 +39,7 @@ class TremorVorbisDecoder : public ICodec { private: std::shared_ptr input_; - std::unique_ptr vorbis_; + std::unique_ptr vorbis_; }; } // namespace codecs -- cgit v1.2.3