mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Enabled CoreAudio sound decoder support on iOS
--HG-- branch : minor
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
#include "common/config.h"
|
||||
|
||||
#ifdef LOVE_SUPPORT_CORE_AUDIO
|
||||
#ifdef LOVE_SUPPORT_COREAUDIO
|
||||
|
||||
// LOVE
|
||||
#include "common/Data.h"
|
||||
@@ -76,6 +76,6 @@ private:
|
||||
} // sound
|
||||
} // love
|
||||
|
||||
#endif // LOVE_SUPPORT_CORE_AUDIO
|
||||
#endif // LOVE_SUPPORT_COREAUDIO
|
||||
|
||||
#endif // LOVE_SOUND_LULLABY_CORE_AUDIO_DECODER_H
|
||||
|
||||
Reference in New Issue
Block a user