aboutsummaryrefslogtreecommitdiffstats
path: root/packages/flite
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/flite
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/flite')
-rw-r--r--packages/flite/.mtn2git_empty0
-rw-r--r--packages/flite/flite-1.2/.mtn2git_empty0
-rw-r--r--packages/flite/flite-1.2/fix-read-only-assignments.patch16
3 files changed, 16 insertions, 0 deletions
diff --git a/packages/flite/.mtn2git_empty b/packages/flite/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/flite/.mtn2git_empty
diff --git a/packages/flite/flite-1.2/.mtn2git_empty b/packages/flite/flite-1.2/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/flite/flite-1.2/.mtn2git_empty
diff --git a/packages/flite/flite-1.2/fix-read-only-assignments.patch b/packages/flite/flite-1.2/fix-read-only-assignments.patch
index e69de29bb2..ec241c51f5 100644
--- a/packages/flite/flite-1.2/fix-read-only-assignments.patch
+++ b/packages/flite/flite-1.2/fix-read-only-assignments.patch
@@ -0,0 +1,16 @@
+diff -urN flite-1.2-release.orig/include/cst_sts.h flite-1.2-release/include/cst_sts.h
+--- flite-1.2-release.orig/include/cst_sts.h 2002-12-23 16:55:05.000000000 +0100
++++ flite-1.2-release/include/cst_sts.h 2004-10-04 21:10:22.000000000 +0200
+@@ -47,9 +47,9 @@
+ /* else where, this information plus the indexes in the Unit relation */
+ /* allow reconstruction of the signal itself */
+ struct cst_sts_struct {
+- const unsigned short *frame;
+- const int size; /* in samples */
+- const unsigned char *residual;
++ unsigned short *frame;
++ int size; /* in samples */
++ unsigned char *residual;
+ };
+ typedef struct cst_sts_struct cst_sts;
+