shithub: opus

Download patch

ref: d9584dbafcfe76b1780c76e1c2b7e472dba71577
parent: 5de868c6d326ab92e4bcf2c8f53592cc6b15be96
author: Jean-Marc Valin <[email protected]>
date: Tue Mar 25 20:00:18 EDT 2008

properly defined EPSILON for the float case

--- a/libcelt/arch.h
+++ b/libcelt/arch.h
@@ -141,7 +141,7 @@
 #define DB_SCALING 1.f
 #define DB_SCALING_1 1.f
 
-#define EPSILON 1e-15
+#define EPSILON 1e-15f
 #define VERY_SMALL 1e-15f
 #define VERY_LARGE32 1e15f
 #define VERY_LARGE16 1e15f