hack so openzap only finds its own teletone includes
This commit is contained in:
parent
44822df63d
commit
81575eadb5
|
@ -1,5 +1,5 @@
|
||||||
//#include "openzap.h"
|
//#include "openzap.h"
|
||||||
#include "libteletone_detect.h"
|
#include "../openzap/src/include/libteletone_detect.h"
|
||||||
|
|
||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
|
|
|
@ -136,8 +136,8 @@ typedef __int16 int16_t;
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <libteletone_generate.h>
|
#include "libteletone_generate.h"
|
||||||
#include <libteletone_detect.h>
|
#include "libteletone_detect.h"
|
||||||
|
|
||||||
#ifdef HAVE_STRING_H
|
#ifdef HAVE_STRING_H
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libteletone_detect.h>
|
#include "../openzap/src/include/libteletone_detect.h"
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <libteletone.h>
|
#include "../openzap/src/include/libteletone.h"
|
||||||
|
|
||||||
#define SMAX 32767
|
#define SMAX 32767
|
||||||
#define SMIN -32768
|
#define SMIN -32768
|
||||||
|
|
Loading…
Reference in New Issue