diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-21 20:38:25 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-06-21 20:38:25 +0000 |
| commit | fbe3fe35050190a9e5c4a4f1961f7aa4471193c0 (patch) | |
| tree | 6dc59c803623e2efae012b5304e4942d3ca09917 /plugins | |
| parent | 0fd7489e4e0e6365b291bae1aa682ed0a092419f (diff) | |
| download | pcsxr-fbe3fe35050190a9e5c4a4f1961f7aa4471193c0.tar.gz | |
Patch 9753 (MaddTheSane).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68034 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rwxr-xr-x | plugins/dfsound/openal.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/dfsound/openal.c b/plugins/dfsound/openal.c index 5262b732..ccc40dcf 100755 --- a/plugins/dfsound/openal.c +++ b/plugins/dfsound/openal.c @@ -23,8 +23,13 @@ #include "externals.h"
+#ifdef __APPLE__
+#include <OpenAL/al.h>
+#include <OpenAL/alc.h>
+#else
#include <AL/al.h>
#include <AL/alc.h>
+#endif
/******************************************************************************/
/* Defines.
|
