Move the comment for the PortAudio library to setup.cpp.

Requested by: TheFluff

Originally committed to SVN as r2800.
This commit is contained in:
Amar Takhar 2009-04-15 20:16:54 +00:00
parent d689a486c0
commit fd16c4ff13
2 changed files with 3 additions and 7 deletions

View file

@ -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;

View file

@ -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