]> git.pld-linux.org Git - packages/gnome-speech.git/blame - gnome-speech-espeak_api.patch
- fix build in new espeak
[packages/gnome-speech.git] / gnome-speech-espeak_api.patch
CommitLineData
de39db03 1--- gnome-speech-0.4.17/drivers/espeak/espeaksynthesisdriver.c.orig 2008-02-15 17:06:29.000000000 +0000
2+++ gnome-speech-0.4.17/drivers/espeak/espeaksynthesisdriver.c 2008-02-15 17:07:16.000000000 +0000
3@@ -168,7 +168,7 @@
4
5 espeak_SetSynthCallback( espeak_synthesis_driver_index_callback);
6
7-#if ESPEAK_API_REVISION==2
8+#if ESPEAK_API_REVISION==2 || ESPEAK_API_REVISION==3
9 espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL, 0);
10 #else
11 espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL);
This page took 0.142321 seconds and 4 git commands to generate.