gnome-speech r305 - in trunk: . drivers/espeak



Author: wwalker
Date: Thu Jan 10 14:10:35 2008
New Revision: 305
URL: http://svn.gnome.org/viewvc/gnome-speech?rev=305&view=rev

Log:
Fix for bug 508439 - Gnome speech Espeak driver will not compile with Espeak 1.30


Modified:
   trunk/ChangeLog
   trunk/drivers/espeak/espeaksynthesisdriver.c

Modified: trunk/drivers/espeak/espeaksynthesisdriver.c
==============================================================================
--- trunk/drivers/espeak/espeaksynthesisdriver.c	(original)
+++ trunk/drivers/espeak/espeaksynthesisdriver.c	Thu Jan 10 14:10:35 2008
@@ -168,7 +168,7 @@
 
     espeak_SetSynthCallback( espeak_synthesis_driver_index_callback);
 
-#if ESPEAK_API_REVISION==2
+#if ESPEAK_API_REVISION>=2
     espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL, 0);
 #else
     espeak_Initialize(AUDIO_OUTPUT_PLAYBACK, 200, NULL);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]