Update SampleFactory.cpp exclude ogg & vorbis

This commit is contained in:
izzy2lost
2025-07-27 16:01:09 -04:00
committed by GitHub
parent 5a0426120d
commit c3d427ad0b
@@ -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,