mirror of https://github.com/odrling/Aegisub
* Update comment
* Include audio_player_portaudio2.h instead of audio_player_portaudio.h. Originally committed to SVN as r2792.
This commit is contained in:
parent
fb4d7e67e2
commit
55afc7c29a
|
@ -41,7 +41,7 @@
|
|||
|
||||
///////////
|
||||
// Headers
|
||||
#include "audio_player_portaudio.h"
|
||||
#include "audio_player_portaudio2.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
@ -201,4 +201,4 @@ void PortAudioPlayer::CloseStream() {
|
|||
}
|
||||
|
||||
|
||||
#endif // WITH_PORTAUDIO
|
||||
#endif // WITH_PORTAUDIO2
|
||||
|
|
Loading…
Reference in New Issue