mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
Fix for older OpenAL versions
This commit is contained in:
parent
1d86d604b2
commit
a98d50cd61
@ -28,6 +28,14 @@
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#ifndef ALC_DEFAULT_ALL_DEVICES_SPECIFIER
|
||||||
|
#define ALC_DEFAULT_ALL_DEVICES_SPECIFIER 0x1012
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef ALC_ALL_DEVICES_SPECIFIER
|
||||||
|
#define ALC_ALL_DEVICES_SPECIFIER 0x1013
|
||||||
|
#endif
|
||||||
|
|
||||||
TypeHandle OpenALAudioManager::_type_handle;
|
TypeHandle OpenALAudioManager::_type_handle;
|
||||||
|
|
||||||
ReMutex OpenALAudioManager::_lock;
|
ReMutex OpenALAudioManager::_lock;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user