mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
Switched audio backends in OS X from Apple's OpenAL implementation to OpenAL Soft
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
// OpenAL
|
||||
#ifdef LOVE_MACOSX
|
||||
#include <OpenAL/alc.h>
|
||||
#include <OpenAL/al.h>
|
||||
#include <OpenAL-Soft/alc.h>
|
||||
#include <OpenAL-Soft/al.h>
|
||||
#else
|
||||
#include <AL/alc.h>
|
||||
#include <AL/al.h>
|
||||
|
||||
Reference in New Issue
Block a user