mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
Add alext.h to audio.h
ALC_ALL_DEVICES_SPECIFIER may be defined in different headers of libopenal (alext.h < 1.14 and alc.h >= 1.14). Seems there is no harm in always include both. Related commit is: @1d9e89f
This commit is contained in:
parent
25727425e2
commit
656696ebcb
|
@ -33,6 +33,7 @@
|
||||||
#else
|
#else
|
||||||
#include <AL/al.h>
|
#include <AL/al.h>
|
||||||
#include <AL/alc.h>
|
#include <AL/alc.h>
|
||||||
|
#include <AL/alext.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class QString;
|
class QString;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user