forked from mia/Aegisub
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:
parent
c3afb85af4
commit
8a6206e5d0
2 changed files with 13 additions and 0 deletions
|
@ -538,6 +538,14 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\audio_player_portaudio.h"
|
RelativePath="..\..\src\audio_player_portaudio.h"
|
||||||
>
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\audio_player_portaudio2.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\audio_player_portaudio2.h"
|
||||||
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\audio_player_pulse.cpp"
|
RelativePath="..\..\src\audio_player_pulse.cpp"
|
||||||
|
|
|
@ -157,6 +157,11 @@
|
||||||
//#define WITH_PORTAUDIO
|
//#define WITH_PORTAUDIO
|
||||||
|
|
||||||
|
|
||||||
|
// Enable PortAudio audio player version 2
|
||||||
|
// Requires PortAudio release 19
|
||||||
|
//#define WITH_PORTAUDIO2
|
||||||
|
|
||||||
|
|
||||||
// Enable ALSA audio player
|
// Enable ALSA audio player
|
||||||
// Requires Linux and libasound
|
// Requires Linux and libasound
|
||||||
//#define WITH_ALSA
|
//#define WITH_ALSA
|
||||||
|
|
Loading…
Reference in a new issue