Enable OpenAL for all platforms

New scons variable 'OPENAL' (defaults to '1') to toggle the
OpenAL sound backend.

Enable via "s_useOpenAL 1".
This commit is contained in:
dhewg 2011-12-11 15:58:00 +01:00 committed by Daniel Gibson
parent 02a42cea86
commit c0cba74fdc

View file

@ -118,7 +118,7 @@ If you have questions concerning this license or the applicable additional terms
#endif
#ifndef ID_OPENAL
# if ( defined(_WIN32) || defined(MACOS_X) ) && !defined( ID_DEDICATED )
# if !defined( ID_DEDICATED )
# define ID_OPENAL 1
# else
# define ID_OPENAL 0