| commit | 11f01729e636b0f8a8c6258cfbaa0ddf102da64a | [log] [tgz] |
|---|---|---|
| author | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | Sun Dec 09 01:19:36 2007 +1100 |
| committer | Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> | Sun Dec 09 01:19:36 2007 +1100 |
| tree | d73d6be40e45616a8d82e59415dee25083636ed7 | |
| parent | 06ee7f9083335128a0ad72c8dcbdad834e823e7b [diff] [blame] |
Some cleaning up, a few less warnings and the decoder no longer does an infinitete loop in Laplace decoding when the data is corrupted.
diff --git a/configure.ac b/configure.ac index ac39dde..2ccfa82 100644 --- a/configure.ac +++ b/configure.ac
@@ -6,7 +6,7 @@ CELT_MAJOR_VERSION=0 CELT_MINOR_VERSION=0 -CELT_MICRO_VERSION=0 +CELT_MICRO_VERSION=1 CELT_EXTRA_VERSION= CELT_VERSION=$CELT_MAJOR_VERSION.$CELT_MINOR_VERSION.$CELT_MICRO_VERSION$CELT_EXTRA_VERSION