1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-05 18:13:27 +00:00

temp tiff hack (make spandsp-reconf)

This commit is contained in:
Anthony Minessale 2010-12-10 17:58:24 -06:00
parent b7c80a8490
commit 19d1385714
2 changed files with 3 additions and 1 deletions
libs/spandsp/src
src/include/private

@ -39,8 +39,9 @@
#include <limits.h>
#include <time.h>
@INSERT_MATH_HEADER@
#if !defined(SPANDSP_NO_TIFF)
#include <tiffio.h>
#endif
#include <spandsp/telephony.h>
#include <spandsp/fast_convert.h>
#include <spandsp/logging.h>

@ -31,6 +31,7 @@
* this file does not exist!!!!
*
*/
#define SPANDSP_NO_TIFF 1
#include "spandsp.h"
#include "switch_profile.h"