mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fix iOS compile error.
This commit is contained in:
@@ -121,6 +121,7 @@ CoreAudioDecoder::~CoreAudioDecoder()
|
||||
int CoreAudioDecoder::probe(Stream* stream)
|
||||
{
|
||||
AudioFileID audioFile;
|
||||
OSStatus err = noErr;
|
||||
|
||||
// I think this is sufficient
|
||||
err = AudioFileOpenWithCallbacks(stream, readFunc, nullptr, getSizeFunc, nullptr, kAudioFileMP3Type, &audioFile);
|
||||
|
||||
Reference in New Issue
Block a user