summaryrefslogtreecommitdiff
path: root/orkaudio/OrkAudio.cpp
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2006-01-21 02:38:45 +0000
committerHenri Herscher <henri@oreka.org>2006-01-21 02:38:45 +0000
commit33506288a1f574a4e3484e2f9c765e47a7bab29b (patch)
treeaf4ae21d168b12e2405b74f35c226c5064451448 /orkaudio/OrkAudio.cpp
parent2ecfb41cfcb7ccd7f9340a721e483d9d554b31d2 (diff)
fixes to change VoIpMixer to RtpMixer
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@125 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkaudio/OrkAudio.cpp')
-rw-r--r--orkaudio/OrkAudio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/orkaudio/OrkAudio.cpp b/orkaudio/OrkAudio.cpp
index daea814..45f697f 100644
--- a/orkaudio/OrkAudio.cpp
+++ b/orkaudio/OrkAudio.cpp
@@ -81,8 +81,8 @@ void MainThread()
FilterRegistry::instance()->RegisterFilter(filter);
// Load filter plugins #####################
- //CStdString pluginPath = "./filters/VoIpMixer/Debug/VoIpMixer.dll";
- CStdString pluginPath = "./filters/VoIpMixer.dll";
+ //CStdString pluginPath = "./filters/RtpMixer/Debug/RtpMixer.dll";
+ CStdString pluginPath = "./filters/RtpMixer.dll";
ACE_DLL dll;
dll.open((PCSTR)pluginPath);
ACE_TCHAR* error = dll.error();