[Home]

Summary:ASTERISK-13215: app_fax needs additional include to build with spandsp-0.0.6pre3
Reporter:Sean Darcy (seandarcy)Labels:
Date Opened:2008-12-14 11:02:12.000-0600Date Closed:2008-12-15 09:42:07.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_fax
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:To build with spandsp-0.0.6pre3, app_fax.c needs to have #include <spandsp/expose.h> added:

#include <spandsp.h>
#include <spandsp/expose.h>
#include <spandsp/version.h>

Beats me though if this is backwards compatible.

See:

http://www.soft-switch.org/installing-spandsp.html

With the new include 1.6.1-pre3 builds.
Comments:By: Digium Subversion (svnbot) 2008-12-15 09:42:06.000-0600

Repository: asterisk
Revision: 164257

U   trunk/apps/app_fax.c
U   trunk/configure
U   trunk/configure.ac
U   trunk/include/asterisk/autoconfig.h.in

------------------------------------------------------------------------
r164257 | file | 2008-12-15 09:42:06 -0600 (Mon, 15 Dec 2008) | 4 lines

Make app_fax compatible with newer versions of spandsp. This remains backwards compatible with earlier versions though so do not fret.
(closes issue ASTERISK-13215)
Reported by: seandarcy

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=164257