[asterisk-commits] mnicholson: branch group/res_fax r241734 - /team/group/res_fax/res/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 20 15:21:12 CST 2010


Author: mnicholson
Date: Wed Jan 20 15:21:09 2010
New Revision: 241734

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=241734
Log:
Make spandsp expose its internal structures.  Fixes building with 0.0.6.

Modified:
    team/group/res_fax/res/res_fax_spandsp.c

Modified: team/group/res_fax/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/res_fax/res/res_fax_spandsp.c?view=diff&rev=241734&r1=241733&r2=241734
==============================================================================
--- team/group/res_fax/res/res_fax_spandsp.c (original)
+++ team/group/res_fax/res/res_fax_spandsp.c Wed Jan 20 15:21:09 2010
@@ -33,6 +33,7 @@
 
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
+#define SPANDSP_EXPOSE_INTERNAL_STRUCTURES
 #include <spandsp.h>
 #include <spandsp/version.h>
 




More information about the asterisk-commits mailing list