Changed: on mac, openal is always dynlib
This commit is contained in:
parent
bb335bc3e2
commit
0a43a83b25
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ void alExtInitDevice(ALCdevice *device)
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef NL_STATIC
|
||||
#if !defined(NL_STATIC) || defined(NL_OS_MAC)
|
||||
// EFX
|
||||
if ((AlExtEfx = (alcIsExtensionPresent(device, "ALC_EXT_EFX") == ALC_TRUE)) == true)
|
||||
{
|
||||
|
@ -136,7 +136,7 @@ EAXGetBufferMode eaxGetBufferMode = NULL;
|
|||
// ALC_EXT_EFX
|
||||
bool AlExtEfx = false;
|
||||
// effect objects
|
||||
#ifndef NL_STATIC
|
||||
#if !defined(NL_STATIC) || defined(NL_OS_MAC)
|
||||
LPALGENEFXOBJECTS alGenEffects = NULL;
|
||||
LPALDELETEEFXOBJECTS alDeleteEffects = NULL;
|
||||
LPALISEFXOBJECT alIsEffect = NULL;
|
||||
|
|
Loading…
Reference in a new issue