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 50b7f33117
commit 50214a2a6a
2 changed files with 3 additions and 7 deletions

View File

@ -47,13 +47,6 @@
#include "utils.h"
///////////
// Library
#if __VISUALC__ >= 1200
#pragma comment(lib,"portaudio.lib")
#endif
/////////////////////
// Reference counter
int PortAudioPlayer::pa_refcount = 0;

View File

@ -131,6 +131,9 @@
#pragma comment(lib, "ffms2.lib")
#endif
#ifdef WITH_PORTAUDIO2
#pragma comment(lib,"portaudio_x86.lib")
#endif
//////////////
// DirectShow