mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Update SampleFactory.cpp exclude ogg & vorbis
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
#define DR_MP3_IMPLEMENTATION
|
||||
#include <dr_mp3.h>
|
||||
|
||||
#include "vorbis/vorbisfile.h"
|
||||
#if !defined(EXCLUDE_OGG) && !defined(EXCLUDE_VORBIS)
|
||||
#include <vorbis/vorbisfile.h>
|
||||
#endif
|
||||
|
||||
namespace SF64 {
|
||||
std::shared_ptr<Ship::IResource> ResourceFactoryBinarySampleV1::ReadResource(std::shared_ptr<Ship::File> file,
|
||||
|
||||
Reference in New Issue
Block a user