]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
temp tiff hack (make spandsp-reconf)
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 10 Dec 2010 23:58:24 +0000 (17:58 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 10 Dec 2010 23:58:24 +0000 (17:58 -0600)
libs/spandsp/src/spandsp.h.in
src/include/private/switch_core_pvt.h

index 9167c1c2cc2b0c50e2614bbfd887e283708e9a66..eaed548c972180d1dd27adf37da036eb4a8cc074 100644 (file)
@@ -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>
index a565299fae1d3aa32b88044f031e175946b4d5a7..422d5f29303a53e95bcc92a81b79fdc6ef30ca58 100644 (file)
@@ -31,6 +31,7 @@
  * this file does not exist!!!!
  *
  */
+#define SPANDSP_NO_TIFF 1
 #include "spandsp.h"
 #include "switch_profile.h"