From fc38468b9c7a8b6389b2ecf35f4397a2deb51770 Mon Sep 17 00:00:00 2001 From: seanbright Date: Sat, 20 Jun 2009 19:14:20 +0000 Subject: Merged revisions 202183 via svnmerge from https://origsvn.digium.com/svn/asterisk/trunk ........ r202183 | seanbright | 2009-06-20 15:09:47 -0400 (Sat, 20 Jun 2009) | 5 lines Fix version detection for API changes in spandsp. (closes issue #15355) Reported by: deuffy ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@202184 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_fax.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/app_fax.c b/apps/app_fax.c index 5eb27bec1..51ca0f9bf 100644 --- a/apps/app_fax.c +++ b/apps/app_fax.c @@ -329,7 +329,7 @@ static int transmit_audio(fax_session *s) struct timeval now, start, state_change; enum ast_control_t38 t38control; -#if SPANDSP_RELEASE_DATE >= 20081012 +#if SPANDSP_RELEASE_DATE >= 20080725 /* for spandsp shaphots 0.0.6 and higher */ t30state = &fax.t30; #else @@ -508,7 +508,7 @@ static int transmit_t38(fax_session *s) t30_state_t *t30state; t38_core_state_t *t38state; -#if SPANDSP_RELEASE_DATE >= 20081012 +#if SPANDSP_RELEASE_DATE >= 20080725 /* for spandsp shaphots 0.0.6 and higher */ t30state = &t38.t30; t38state = &t38.t38_fe.t38; -- cgit v1.2.3