aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/switches.inc
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-21 22:07:41 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-02-21 22:07:41 +0000
commitd51a637bf578374b837c6d6ca1dd812e825d5f52 (patch)
treef2aaf88c23c637a754819d6bc71743fa1a167082 /Game/Code/switches.inc
parentc1ed4777580584729fe4b430f0317d00ea71d845 (diff)
downloadusdx-d51a637bf578374b837c6d6ca1dd812e825d5f52.tar.gz
usdx-d51a637bf578374b837c6d6ca1dd812e825d5f52.tar.xz
usdx-d51a637bf578374b837c6d6ca1dd812e825d5f52.zip
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
Diffstat (limited to 'Game/Code/switches.inc')
-rw-r--r--Game/Code/switches.inc3
1 files changed, 2 insertions, 1 deletions
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}