root / trunk / data / flite / const.diff

Revision 145, 476 bytes (checked in by saurik, 2 years ago)

Managed to get text-to-speech working.

  • tools/find_sts_main.c

    diff -r -u flite-1.3-release/tools/find_sts_main.c flite-1.3-release+iPhone/tools/find_sts_main.c
    old new  
    4040#include <stdio.h> 
    4141#include <math.h> 
    4242#include <string.h> 
     43#include <stdlib.h> 
     44#include <unistd.h> 
    4345 
    4446/* To allow some normally const fields to manipulated during building */ 
    4547#define const 
Note: See TracBrowser for help on using the browser.