From c8e5702127e507e82e6f68a4b8c546803accea9d Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 30 Jun 2005 08:19:37 +0000 Subject: import clean BK tree at cset 1.3670 --- packages/flite/.mtn2git_empty | 0 packages/flite/flite-1.2/.mtn2git_empty | 0 packages/flite/flite-1.2/fix-read-only-assignments.patch | 16 ++++++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 packages/flite/.mtn2git_empty create mode 100644 packages/flite/flite-1.2/.mtn2git_empty (limited to 'packages/flite') diff --git a/packages/flite/.mtn2git_empty b/packages/flite/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 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 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; + -- cgit 1.2.3-korg