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>2007-11-30 04:15:49 +0300
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2007-11-30 04:15:49 +0300
commit14191b3ccd9020928a6e62908534d41565b92ee3 (patch)
tree2c8034df4b2144a91f95c1520e6cbd2d0946ee27 /libcelt/arch.h
parent013c31d6e69abccc1135b40ab966174addc14348 (diff)
Added pitch analysis. Doesn't crash, but otherwise untested.
Diffstat (limited to 'libcelt/arch.h')
-rw-r--r--libcelt/arch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcelt/arch.h b/libcelt/arch.h
index ec3c901..a398a39 100644
--- a/libcelt/arch.h
+++ b/libcelt/arch.h
@@ -61,7 +61,7 @@
#else
-#ifndef FLOATING_POINT
+/*#ifndef FLOATING_POINT
#error You now need to define either FIXED_POINT or FLOATING_POINT
#endif
#if defined (ARM4_ASM) || defined(ARM5E_ASM) || defined(BFIN_ASM)
@@ -69,7 +69,7 @@
#endif
#ifdef FIXED_POINT_DEBUG
#error "Don't you think enabling fixed-point is a good thing to do if you want to debug that?"
-#endif
+#endif*/
#endif