Split EAX usage off OpenAL

New define ID_OPENAL_EAX to enable the deprecated EAX on top
of OpenAL.
OpenAL Soft can now be used.
This commit is contained in:
dhewg 2011-12-11 15:33:44 +01:00 committed by Daniel Gibson
parent cf61014770
commit 02a42cea86

View file

@ -125,6 +125,10 @@ If you have questions concerning this license or the applicable additional terms
# endif # endif
#endif #endif
#ifndef ID_OPENAL_EAX
# define ID_OPENAL_EAX 0
#endif
#ifndef ID_ALLOW_D3XP #ifndef ID_ALLOW_D3XP
# if defined( MACOS_X ) # if defined( MACOS_X )
# define ID_ALLOW_D3XP 0 # define ID_ALLOW_D3XP 0