mirror of https://github.com/odrling/Aegisub
Move the comment for the PortAudio library to setup.cpp.
Requested by: TheFluff Originally committed to SVN as r2800.
This commit is contained in:
parent
d689a486c0
commit
fd16c4ff13
|
@ -47,13 +47,6 @@
|
|||
#include "utils.h"
|
||||
|
||||
|
||||
///////////
|
||||
// Library
|
||||
#if __VISUALC__ >= 1200
|
||||
#pragma comment(lib,"portaudio.lib")
|
||||
#endif
|
||||
|
||||
|
||||
/////////////////////
|
||||
// Reference counter
|
||||
int PortAudioPlayer::pa_refcount = 0;
|
||||
|
|
|
@ -131,6 +131,9 @@
|
|||
#pragma comment(lib, "ffms2.lib")
|
||||
#endif
|
||||
|
||||
#ifdef WITH_PORTAUDIO2
|
||||
#pragma comment(lib,"portaudio_x86.lib")
|
||||
#endif
|
||||
|
||||
//////////////
|
||||
// DirectShow
|
||||
|
|
Loading…
Reference in New Issue