From d51a637bf578374b837c6d6ca1dd812e825d5f52 Mon Sep 17 00:00:00 2001 From: tobigun Date: Thu, 21 Feb 2008 22:07:41 +0000 Subject: Uses SDL now instead of Portaudio for playback in linux git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@879 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/switches.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Game/Code/switches.inc b/Game/Code/switches.inc index 33f00ce3..46997405 100644 --- a/Game/Code/switches.inc +++ b/Game/Code/switches.inc @@ -82,7 +82,8 @@ {$IFDEF HaveFFMpeg} {$DEFINE UseFFMpegDecoder} {$IFDEF HavePortaudio} - {$DEFINE UsePortaudioPlayback} + //{$DEFINE UsePortaudioPlayback} + {$DEFINE UseSDLPlayback} {$DEFINE UsePortaudioInput} {$ENDIF} {$ENDIF} -- cgit v1.2.3