mirror of https://github.com/odrling/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
6a69da3331
commit
80ce8e7508
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue