summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2006-01-09 01:45:05 +0000
committerRalph Giles <giles@xiph.org>2006-01-09 01:45:05 +0000
commit521f4d211d5435e623992b09bbd1d8e21e7af3c2 (patch)
tree741b7f1734502fd7d8e02d26db77fd164148f00f /misc.h
parent11396c027a7f457ae4e68f01b4962988f128c46b (diff)
downloadtremor-521f4d211d5435e623992b09bbd1d8e21e7af3c2.tar.gz
Fix a number of warnings, issue #622.
git-svn-id: https://svn.xiph.org/trunk/Tremor@10707 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc.h b/misc.h
index a161138..0547ac7 100644
--- a/misc.h
+++ b/misc.h
@@ -21,6 +21,7 @@
#include "os.h"
#include "asm_arm.h"
+#include <stdlib.h> /* for abs() */
#ifndef _V_WIDE_MATH
#define _V_WIDE_MATH
@@ -182,6 +183,8 @@ static inline ogg_int32_t VFLOAT_MULT(ogg_int32_t a,ogg_int32_t ap,
return 0;
}
+int _ilog(unsigned int);
+
static inline ogg_int32_t VFLOAT_MULTI(ogg_int32_t a,ogg_int32_t ap,
ogg_int32_t i,
ogg_int32_t *p){