mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Include ogg header file
This commit is contained in:
parent
2d2d72c9e2
commit
0489221d7f
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
||||||
#else
|
#else
|
||||||
#include <vorbis/codec.h>
|
#include <vorbis/codec.h>
|
||||||
#endif
|
#endif
|
||||||
|
#include <ogg/ogg.h>
|
||||||
|
|
||||||
class OggDecoder : public Decoder
|
class OggDecoder : public Decoder
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
#define OGG_ENCODER_H
|
#define OGG_ENCODER_H
|
||||||
#include "encoder.h"
|
#include "encoder.h"
|
||||||
#include <vorbis/vorbisenc.h>
|
#include <vorbis/vorbisenc.h>
|
||||||
|
#include <ogg/ogg.h>
|
||||||
|
|
||||||
class OggEncoder : public Encoder
|
class OggEncoder : public Encoder
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue