ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/audio_oss_esd.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/audio_oss_esd.cpp (file contents):
Revision 1.10 by cebix, 2001-07-13T15:39:23Z vs.
Revision 1.12 by cebix, 2002-01-15T14:58:37Z

# Line 1 | Line 1
1   /*
2   *  audio_oss_esd.cpp - Audio support, implementation for OSS and ESD (Linux and FreeBSD)
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 231 | Line 231 | static bool open_esd(void)
231          // Sound buffer size = 4096 frames
232          audio_frames_per_block = 4096;
233          return true;
234 + #else
235 +        // ESD is not enabled, shut up the compiler
236 +        return false;
237   #endif
238   }
239  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines