Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2012-05-10 17:41:02 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-05-10 17:41:02 +0400
commit1428210b7bfd8125b2cffc22aacc643c825953fc (patch)
tree279ea91a30b758d37f1e3854fc49a91b58eac3a1 /src/filters/source/ShoutcastSource
parent80fab97a9ee596a04fe77e5e1c5c7e621bb9e624 (diff)
use _DEBUG for consistency
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@4675 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/source/ShoutcastSource')
-rw-r--r--src/filters/source/ShoutcastSource/ShoutcastSource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
index cbd51e111..ab152d805 100644
--- a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
+++ b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
@@ -272,7 +272,7 @@ CShoutcastStream::CShoutcastStream(const WCHAR* wfn, CShoutcastSource* pParent,
fn = _T("http://") + fn;
}
-#if defined(REGISTER_FILTER) && defined(DEBUG)
+//#if defined(REGISTER_FILTER) && defined(_DEBUG)
//fn = _T("http://localhost:8000/");
//fn = _T("http://64.236.34.141/stream/1005");
//fn = _T("http://218.145.30.106:11000"); // 128kbps korean
@@ -282,7 +282,7 @@ CShoutcastStream::CShoutcastStream(const WCHAR* wfn, CShoutcastSource* pParent,
//fn = _T("http://218.145.30.106:11000");
//fn = _T("http://radio.sluchaj.com:8000/radio.ogg"); // ogg
// http://www.oddsock.org/icecast2yp/ // more ogg via icecast2
-#endif
+//#endif
if (!m_url.CrackUrl(fn)) {
*phr = E_FAIL;