From: Anthony Minessale Date: Tue, 15 Jul 2008 17:15:34 +0000 (+0000) Subject: update X-Git-Tag: v1.0.1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=266a56391e5fc65db6b6ff23d601aececa42cf2f;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9039 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_ivr_play_say.c b/src/switch_ivr_play_say.c index 55ab2c48d5..afddaa6e23 100644 --- a/src/switch_ivr_play_say.c +++ b/src/switch_ivr_play_say.c @@ -1116,7 +1116,8 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_play_file(switch_core_session_t *sess write_frame.timestamp = timer.samplecount; } #ifndef WIN32 -#if SWITCH_BYTE_ORDER == __BIG_ENDIAN +#if 0 // don't seem to need it, maybe only on mac? +//#if SWITCH_BYTE_ORDER == __BIG_ENDIAN if (!asis) { switch_swap_linear(write_frame.data, (int) write_frame.datalen / 2); }