]> git.pld-linux.org Git - packages/gnome-speech.git/commitdiff
- fix build in new espeak
authortommat <tommat@pld-linux.org>
Fri, 15 Feb 2008 17:36:38 +0000 (17:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-speech-espeak_api.patch -> 1.1

gnome-speech-espeak_api.patch [new file with mode: 0644]

diff --git a/gnome-speech-espeak_api.patch b/gnome-speech-espeak_api.patch
new file mode 100644 (file)
index 0000000..5fe92f7
--- /dev/null
@@ -0,0 +1,11 @@
+--- gnome-speech-0.4.17/drivers/espeak/espeaksynthesisdriver.c.orig    2008-02-15 17:06:29.000000000 +0000
++++ gnome-speech-0.4.17/drivers/espeak/espeaksynthesisdriver.c 2008-02-15 17:07:16.000000000 +0000
+@@ -168,7 +168,7 @@
+     espeak_SetSynthCallback( espeak_synthesis_driver_index_callback);
+-#if ESPEAK_API_REVISION==2
++#if ESPEAK_API_REVISION==2 || ESPEAK_API_REVISION==3
+     espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL, 0);
+ #else
+     espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL);
This page took 0.184522 seconds and 4 git commands to generate.