From 02a42cea86083911dc112405ced72816c5ccd160 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sun, 11 Dec 2011 15:33:44 +0100 Subject: [PATCH] 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. --- framework/BuildDefines.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/BuildDefines.h b/framework/BuildDefines.h index 835711f..ce72b7d 100644 --- a/framework/BuildDefines.h +++ b/framework/BuildDefines.h @@ -125,6 +125,10 @@ If you have questions concerning this license or the applicable additional terms # endif #endif +#ifndef ID_OPENAL_EAX +# define ID_OPENAL_EAX 0 +#endif + #ifndef ID_ALLOW_D3XP # if defined( MACOS_X ) # define ID_ALLOW_D3XP 0