From 19d1385714600212c47f06e8f4f0c7fa06e18c29 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 10 Dec 2010 17:58:24 -0600 Subject: [PATCH] temp tiff hack (make spandsp-reconf) --- libs/spandsp/src/spandsp.h.in | 3 ++- src/include/private/switch_core_pvt.h | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libs/spandsp/src/spandsp.h.in b/libs/spandsp/src/spandsp.h.in index 9167c1c2cc..eaed548c97 100644 --- a/libs/spandsp/src/spandsp.h.in +++ b/libs/spandsp/src/spandsp.h.in @@ -39,8 +39,9 @@ #include #include @INSERT_MATH_HEADER@ +#if !defined(SPANDSP_NO_TIFF) #include - +#endif #include #include #include diff --git a/src/include/private/switch_core_pvt.h b/src/include/private/switch_core_pvt.h index a565299fae..422d5f2930 100644 --- a/src/include/private/switch_core_pvt.h +++ b/src/include/private/switch_core_pvt.h @@ -31,6 +31,7 @@ * this file does not exist!!!! * */ +#define SPANDSP_NO_TIFF 1 #include "spandsp.h" #include "switch_profile.h"