diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/switches.inc | 3 |
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}
|