Browse Source

Fix building espeak-ng using --with-mbrola=no

master
Reece H. Dunn 9 years ago
parent
commit
91cd9bdc21
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/synth_mbrola.c

+ 1
- 1
src/libespeak-ng/synth_mbrola.c View File

@@ -699,7 +699,7 @@ void MbrolaReset(void)

// mbrola interface is not compiled, provide dummy functions.

espeak_ERROR LoadMbrolaTable(const char *mbrola_voice, const char *phtrans, int srate)
espeak_ERROR LoadMbrolaTable(const char *mbrola_voice, const char *phtrans, int *srate)
{
return(EE_INTERNAL_ERROR);
}

Loading…
Cancel
Save