mirror of
https://github.com/Tha14/toxic.git
synced 2025-02-17 05:57:23 +01:00
alut is not part of OpenAL.framework on OS X
therefore the linux include path works fine
This commit is contained in:
parent
0b5ee7e2c7
commit
67c02404b7
@ -37,9 +37,6 @@
|
|||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <OpenAL/al.h>
|
#include <OpenAL/al.h>
|
||||||
#include <OpenAL/alc.h>
|
#include <OpenAL/alc.h>
|
||||||
#ifdef _SOUND_NOTIFY
|
|
||||||
#include <OpenAL/alut.h> /* Is this good? */
|
|
||||||
#endif
|
|
||||||
#else
|
#else
|
||||||
#include <AL/al.h>
|
#include <AL/al.h>
|
||||||
#include <AL/alc.h>
|
#include <AL/alc.h>
|
||||||
@ -47,9 +44,9 @@
|
|||||||
#ifndef ALC_ALL_DEVICES_SPECIFIER
|
#ifndef ALC_ALL_DEVICES_SPECIFIER
|
||||||
#include <AL/alext.h>
|
#include <AL/alext.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef _SOUND_NOTIFY
|
#endif
|
||||||
#include <AL/alut.h> /* freealut packet */
|
#ifdef _SOUND_NOTIFY
|
||||||
#endif
|
#include <AL/alut.h> /* freealut packet */
|
||||||
#endif
|
#endif
|
||||||
#endif /* _AUDIO */
|
#endif /* _AUDIO */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user