[quake3-commits] r1927 - trunk/code/client
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Mar 13 11:46:30 EDT 2011
Author: ludwig
Date: 2011-03-13 11:46:27 -0400 (Sun, 13 Mar 2011)
New Revision: 1927
Modified:
trunk/code/client/qal.h
Log:
include alext.h for ALC_ALL_DEVICES_SPECIFIER
This assumes OpenAL Soft (Simon McVittie, bug 4927)
Modified: trunk/code/client/qal.h
===================================================================
--- trunk/code/client/qal.h 2011-03-12 16:45:15 UTC (rev 1926)
+++ trunk/code/client/qal.h 2011-03-13 15:46:27 UTC (rev 1927)
@@ -44,6 +44,7 @@
#else
#include <AL/al.h>
#include <AL/alc.h>
+ #include <AL/alext.h>
#endif
#endif
More information about the quake3-commits
mailing list