FS-11368: [mod_flite] Use system libflite.

This commit is contained in:
Andrey Volk
2018-08-30 00:41:12 +03:00
parent 1cf4981a82
commit bcd355fea3
3 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
*/
#include <switch.h>
#include <flite.h>
#include <flite/flite.h>
cst_voice *register_cmu_us_awb(void);
void unregister_cmu_us_awb(cst_voice * v);