Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-26 02:28:20 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-02-26 02:28:20 +0300
commit508de38d228e3412e3cafb7f2890384f8bb424bd (patch)
tree75ca2535b354f5c5ce742b275351102e0b0a5911 /libcelt/entcode.h
parent65d79e44190d9e3391b9e94e6b206d06ebfade9c (diff)
Trying to be nice with 16-bit chips.
Diffstat (limited to 'libcelt/entcode.h')
-rw-r--r--libcelt/entcode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcelt/entcode.h b/libcelt/entcode.h
index 3f55f1c..86b7f2b 100644
--- a/libcelt/entcode.h
+++ b/libcelt/entcode.h
@@ -7,6 +7,7 @@
+typedef celt_int32_t ec_int32;
typedef celt_uint32_t ec_uint32;
typedef celt_uint64_t ec_uint64;
typedef struct ec_byte_buffer ec_byte_buffer;