source:
trunk/Packages/CoolAudio/CoolAudioConfig.inc
Last change on this file was 75, checked in by , 8 months ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | {$IFDEF Linux} |
2 | // {$DEFINE AudioSystemDSP} |
3 | // {$DEFINE AudioSystemMAD} |
4 | {$ENDIF} |
5 | {$IFDEF i386} |
6 | {$DEFINE AudioSystemFMOD} |
7 | {$ENDIF} |
8 | {$DEFINE AudioSystemMPlayer} |
9 | {$IFDEF Windows} |
10 | {$DEFINE AudioSystemWindows} |
11 | {$ENDIF} |
12 |
Note:
See TracBrowser
for help on using the repository browser.