mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
I am an idiot
This commit is contained in:
parent
38a09c6e9b
commit
efe52dbbbc
@ -50,12 +50,8 @@ extern "C" {
|
||||
|
||||
|
||||
#else // AUDIO_OAL
|
||||
#ifndef _WIN32
|
||||
#include <AL/al.h>
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <al.h>
|
||||
#endif
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
#define GUID_DEFINED
|
||||
|
@ -189,12 +189,12 @@ project "re3"
|
||||
includedirs { "eax" }
|
||||
|
||||
filter "platforms:*mss"
|
||||
defines { "AUIOD_MSS" }
|
||||
defines { "AUDIO_MSS" }
|
||||
includedirs { "milessdk/include" }
|
||||
libdirs { "milessdk/lib" }
|
||||
|
||||
filter "platforms:*oal"
|
||||
defines { "AUIOD_OAL" }
|
||||
defines { "AUDIO_OAL" }
|
||||
includedirs { "openal-soft/include" }
|
||||
includedirs { "libsndfile/include" }
|
||||
includedirs { "mpg123/include" }
|
||||
|
Loading…
Reference in New Issue
Block a user