mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
Fix for older OpenAL versions
This commit is contained in:
parent
1d86d604b2
commit
a98d50cd61
@ -28,6 +28,14 @@
|
||||
|
||||
#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;
|
||||
|
||||
ReMutex OpenALAudioManager::_lock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user