1
0
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:
Anton Batenev 2015-12-10 13:34:40 +03:00
parent 25727425e2
commit 656696ebcb

View File

@ -33,6 +33,7 @@
#else
#include <AL/al.h>
#include <AL/alc.h>
#include <AL/alext.h>
#endif
class QString;