use steve's g711 (thanks steve), chage the conditional mutex based on paul T's input (thanks paul) and take the yield away on switch_yield and just sleep

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2663 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-09-12 17:17:02 +00:00
parent c6763869fe
commit b3c437630f
8 changed files with 414 additions and 1242 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ switch_mutex_unlock(obj->flag_mutex);
/*!
\brief Wait a desired number of microseconds and yield the CPU
*/
#define switch_yield(ms) apr_sleep(ms * 10); apr_thread_yield();
#define switch_yield(ms) apr_sleep(ms * 10); //apr_thread_yield();
/*!
\brief Declares a function designed to set a dymaic global string