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-06-17 02:11:13 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2012-06-17 02:11:13 +0400
commitaee8c39b52335feb13ef72201686b70ae8a0d4cd (patch)
treeaac2704651929f98ad6009829fe249e82bdfd1a7 /src/filters/source/ShoutcastSource
parentc93aeac5fd4498093946d2bf91183dbc17982e91 (diff)
rename REGISTER_FILTER to STANDALONE_FILTER
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5154 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/filters/source/ShoutcastSource')
-rw-r--r--src/filters/source/ShoutcastSource/ShoutcastSource.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
index 639d101e4..a140f563c 100644
--- a/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
+++ b/src/filters/source/ShoutcastSource/ShoutcastSource.cpp
@@ -22,7 +22,7 @@
*/
#include "stdafx.h"
-#ifdef REGISTER_FILTER
+#ifdef STANDALONE_FILTER
#include <InitGuid.h>
#endif
#include "ShoutcastSource.h"
@@ -79,7 +79,7 @@ typedef struct {
} mp3hdr;
-#ifdef REGISTER_FILTER
+#ifdef STANDALONE_FILTER
const AMOVIESETUP_MEDIATYPE sudPinTypesOut[] = {
{&MEDIATYPE_Audio, &MEDIASUBTYPE_MP3},
@@ -145,7 +145,7 @@ CShoutcastSourceApp theApp;
CShoutcastSource::CShoutcastSource(LPUNKNOWN lpunk, HRESULT* phr)
: CSource(NAME("CShoutcastSource"), lpunk, __uuidof(this))
{
-#ifndef REGISTER_FILTER
+#ifndef STANDALONE_FILTER
AfxSocketInit();
#endif
}