FS-7500 S-7513: Few build fixes

This commit is contained in:
William King
2014-08-27 22:31:52 -07:00
committed by Michael Jerris
parent 99ed41a4bd
commit 4fc94e3907
6 changed files with 8 additions and 9 deletions
@@ -9781,7 +9781,7 @@ SWITCH_STANDARD_APP(conference_function)
switch_core_session_receive_message(session, &msg);
/* Chime in the core video thread */
switch_core_session_set_video_thread_callback(session, (void *)video_thread_callback, (void *)&member);
switch_core_session_set_video_thread_callback(session, video_thread_callback, (void *)&member);
/* Run the conference loop */
do {