提交 ab260003 authored 作者: Anthony Minessale's avatar Anthony Minessale

fix mod_soundtouch and mod_shout build

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6124 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 1253c7d8
......@@ -246,7 +246,7 @@ static switch_bool_t soundtouch_callback(switch_media_bug_t *bug, void *user_dat
return SWITCH_TRUE;
}
static void soundtouch_start_function(switch_core_session_t *session, char *data)
SWITCH_STANDARD_APP(soundtouch_start_function)
{
switch_media_bug_t *bug;
switch_status_t status;
......
......@@ -532,7 +532,7 @@ static void launch_write_stream_thread(shout_context_t * context)
switch_thread_create(&thread, thd_attr, write_stream_thread, context, context->memory_pool);
}
static switch_status_t shout_file_open(switch_file_handle_t *handle, char *path)
static switch_status_t shout_file_open(switch_file_handle_t *handle, const char *path)
{
shout_context_t *context;
char *host, *file;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论