aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r--Game/Code/switches.inc13
1 files changed, 10 insertions, 3 deletions
diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc
index a5ec9994..8d395688 100644
--- a/Game/Code/switches.inc
+++ b/Game/Code/switches.inc
@@ -16,7 +16,7 @@
{$DEFINE WIN32}
{$DEFINE TRANSLATE}
{$ELSE}
- {$DEFINE LAZARUS}
+ {$DEFINE LAZARUS}
{$ENDIF}
// {$MODE DELPHI} // JB - This is not allowed by the free pascal compiler for some reason ( At least on linux )
@@ -33,13 +33,20 @@
{$IFDEF win32}
- {$DEFINE UseBASS}
+ {$DEFINE UseBASSOutput}
+ {$DEFINE UseBASSInput}
+ //{$DEFINE UsePortaudio}
+ //{$DEFINE UsePortmixer}
{$IFDEF DEBUG}
{$IFNDEF DARWIN}
{$APPTYPE CONSOLE}
{$ENDIF}
{$ENDIF}
{$ELSE}
- {$UNDEF UseBASS}
+ //{$DEFINE FFMpegAudio}
+ {$DEFINE UsePortaudio}
{$ENDIF}
+{$IF Defined(UseBASSInput) or Defined(UseBASSOutput)}
+ {$DEFINE UseBASS}
+{$IFEND}