forked from mia/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
50b7f33117
commit
50214a2a6a
2 changed files with 3 additions and 7 deletions
|
@ -47,13 +47,6 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
|
||||||
///////////
|
|
||||||
// Library
|
|
||||||
#if __VISUALC__ >= 1200
|
|
||||||
#pragma comment(lib,"portaudio.lib")
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/////////////////////
|
/////////////////////
|
||||||
// Reference counter
|
// Reference counter
|
||||||
int PortAudioPlayer::pa_refcount = 0;
|
int PortAudioPlayer::pa_refcount = 0;
|
||||||
|
|
|
@ -131,6 +131,9 @@
|
||||||
#pragma comment(lib, "ffms2.lib")
|
#pragma comment(lib, "ffms2.lib")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef WITH_PORTAUDIO2
|
||||||
|
#pragma comment(lib,"portaudio_x86.lib")
|
||||||
|
#endif
|
||||||
|
|
||||||
//////////////
|
//////////////
|
||||||
// DirectShow
|
// DirectShow
|
||||||
|
|
Loading…
Reference in a new issue