summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wildemann <gta04@metalstrolche.de>2018-06-05 23:55:24 +0200
committerStefan Wildemann <gta04@metalstrolche.de>2018-06-05 23:55:24 +0200
commit769896d6870449b73d4a3da80a5468ced2f67bf4 (patch)
treecd3345b97596551a9fc555be841f0acef22021e6
parentffa68e1650dd9c67f885af4e2e7bb05fff6fc0d7 (diff)
downloadnavit-769896d6870449b73d4a3da80a5468ced2f67bf4.tar.gz
redo. removing the files from build was the false way
-rw-r--r--navit/speech/espeak/speak.c4
-rw-r--r--navit/support/espeak/CMakeLists.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/navit/speech/espeak/speak.c b/navit/speech/espeak/speak.c
index 592caa3a0..1aebcf318 100644
--- a/navit/speech/espeak/speak.c
+++ b/navit/speech/espeak/speak.c
@@ -68,8 +68,8 @@ int GetFileLength(const char *filename) {
return(statbuf.st_size);
}
-//void MarkerEvent(int type, unsigned int char_position, int value, unsigned char *out_ptr) {
-//}
+void MarkerEvent(int type, unsigned int char_position, int value, int value2, unsigned char *out_ptr){
+}
char *Alloc(int size) {
return g_malloc(size);
diff --git a/navit/support/espeak/CMakeLists.txt b/navit/support/espeak/CMakeLists.txt
index af9d6cdb3..c358f712e 100644
--- a/navit/support/espeak/CMakeLists.txt
+++ b/navit/support/espeak/CMakeLists.txt
@@ -1,10 +1,10 @@
if(INTERNAL_ESPEAK_COMPLETE)
- set(ESPEAK_LIBRARY_ADDITIONAL speak_lib.c mbrowrap.c)
+ set(ESPEAK_LIBRARY_ADDITIONAL speak_lib.c)
endif()
supportlib_add_library(support_espeak compiledict.c dictionary.c espeak_command.c fifo.c klatt.c
numbers.c readclause.c sonic.c synthesize.c translate.c voices.c wavegen.c wave_sada.c
- debug.c espeak.c event.c intonation.c phonemelist.c setlengths.c
+ debug.c espeak.c event.c intonation.c mbrowrap.c phonemelist.c setlengths.c
synthdata.c synth_mbrola.c tr_languages.c wave.c wave_pulse.c ${ESPEAK_LIBRARY_ADDITIONAL})
# speak.c