opnsense-ports/audio/sphinx/files/patch-src-libsphinx2_search.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
811 B
C

--- src/libsphinx2/search.c.orig 2007-12-06 18:29:23.000000000 +0100
+++ src/libsphinx2/search.c 2007-12-06 18:33:21.000000000 +0100
@@ -2236,6 +2236,9 @@
lm_next_frame ();
}
+static void compute_phone_perplexity( void );
+static search_hyp_t *fwdtree_pscr_path ( void );
+
void
search_finish_fwd (void)
{
@@ -2245,7 +2248,6 @@
CHAN_T *hmm, /* *thmm,*/ **acl;
/* int32 bp, bestbp, bestscore; */
/* int32 l_scr; */
- static void compute_phone_perplexity( void );
if ((CurrentFrame > 0) && (topsen_window > 1)) {
/* Wind up remaining frames */
@@ -2306,7 +2308,6 @@
/* Get pscr-score for fwdtree recognition */
{
search_hyp_t *pscrpath;
- static search_hyp_t *fwdtree_pscr_path ( void );
if (query_phone_conf ()) {
pscrpath = fwdtree_pscr_path ();