From b712fc1607a1b7b0f94c75391b9607a91b1f832b Mon Sep 17 00:00:00 2001 From: tobigun Date: Wed, 5 Dec 2007 22:11:48 +0000 Subject: - bass input and output can now be switched on/off separately - portaudio-support in linux enabled by default git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@674 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/switches.inc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Game/Code') 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} -- cgit v1.2.3