add portaudio2 audio player to config/config_windows0.h and the vs2008 project file

Originally committed to SVN as r2813.
This commit is contained in:
Karl Blomster 2009-04-17 19:44:07 +00:00
parent c3afb85af4
commit 8a6206e5d0
2 changed files with 13 additions and 0 deletions

View File

@ -538,6 +538,14 @@
<File
RelativePath="..\..\src\audio_player_portaudio.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_portaudio2.cpp"
>
</File>
<File
RelativePath="..\..\src\audio_player_portaudio2.h"
>
</File>
<File
RelativePath="..\..\src\audio_player_pulse.cpp"

View File

@ -157,6 +157,11 @@
//#define WITH_PORTAUDIO
// Enable PortAudio audio player version 2
// Requires PortAudio release 19
//#define WITH_PORTAUDIO2
// Enable ALSA audio player
// Requires Linux and libasound
//#define WITH_ALSA