temp tiff hack (make spandsp-reconf)
This commit is contained in:
parent
b7c80a8490
commit
19d1385714
|
@ -39,8 +39,9 @@
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
@INSERT_MATH_HEADER@
|
@INSERT_MATH_HEADER@
|
||||||
|
#if !defined(SPANDSP_NO_TIFF)
|
||||||
#include <tiffio.h>
|
#include <tiffio.h>
|
||||||
|
#endif
|
||||||
#include <spandsp/telephony.h>
|
#include <spandsp/telephony.h>
|
||||||
#include <spandsp/fast_convert.h>
|
#include <spandsp/fast_convert.h>
|
||||||
#include <spandsp/logging.h>
|
#include <spandsp/logging.h>
|
||||||
|
|
|
@ -31,6 +31,7 @@
|
||||||
* this file does not exist!!!!
|
* this file does not exist!!!!
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#define SPANDSP_NO_TIFF 1
|
||||||
#include "spandsp.h"
|
#include "spandsp.h"
|
||||||
#include "switch_profile.h"
|
#include "switch_profile.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue