Include ogg header file

This commit is contained in:
Jörg Krause 2017-03-14 16:31:33 +01:00 committed by badaix
parent 2d2d72c9e2
commit 0489221d7f
2 changed files with 2 additions and 2 deletions

View file

@ -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
{ {

View file

@ -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
{ {