mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-22 19:07:38 +02:00
support for vorbis and tremor (-DHAS_TREMOR)
This commit is contained in:
parent
ae557f0d79
commit
73175adedf
4 changed files with 21 additions and 6 deletions
|
@ -19,7 +19,11 @@
|
|||
#ifndef OGG_DECODER_H
|
||||
#define OGG_DECODER_H
|
||||
#include "decoder.h"
|
||||
#ifdef HAS_TREMOR
|
||||
#include <tremor/ivorbiscodec.h>
|
||||
#else
|
||||
#include <vorbis/codec.h>
|
||||
#endif
|
||||
|
||||
|
||||
class OggDecoder : public Decoder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue