shithub: opus

Download patch

ref: 111b23f648a45d3a034050e579a531d0592dc720
parent: a81e6dc2bc337c25156e6e908e45cbf7a5e0f104
author: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
date: Thu Feb 3 08:39:38 EST 2011

Build fixes

--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,6 @@
 AC_TYPE_SIZE_T
 
 # Checks for library functions.
-AC_FUNC_MALLOC
 AC_CHECK_LIB([m],[pow])
 
 AC_CONFIG_FILES([Makefile])
--- a/interface/SKP_debug.h
+++ b/interface/SKP_debug.h
@@ -41,7 +41,7 @@
 {
 #endif
 
-unsigned long GetHighResolutionTime(); /* O: time in usec*/
+unsigned long GetHighResolutionTime(void); /* O: time in usec*/
 
 /* make SKP_DEBUG dependent on compiler's _DEBUG */
 #if defined _WIN32