Re-enable FLAC codepath using dr_flac instead of libFLAC.

--HG--
branch : flac-audio
This commit is contained in:
Miku AuahDark
2019-06-17 16:09:46 +08:00
parent fc8ede263e
commit 65b01fc52f
5 changed files with 8973 additions and 113 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
#include "VorbisDecoder.h"
#include "GmeDecoder.h"
#include "WaveDecoder.h"
//#include "FLACDecoder.h"
#include "FLACDecoder.h"
#ifndef LOVE_NOMPG123
# include "Mpg123Decoder.h"
@@ -103,7 +103,7 @@ sound::Decoder *Sound::newDecoder(love::filesystem::FileData *data, int bufferSi
DecoderImplFor<CoreAudioDecoder>(),
#endif
DecoderImplFor<WaveDecoder>(),
// DecoderImplFor<FLACDecoder>(),
DecoderImplFor<FLACDecoder>(),
// DecoderImplFor<OtherDecoder>(),
};