Author: dgorbachev
Date: Sat Mar 23 05:10:18 2013
New Revision: 58582
URL:
http://svn.reactos.org/svn/reactos?rev=58582&view=rev
Log:
[LIBSAMPLERATE]
Fix redefinition of 'lrint' / 'lrintf'.
Modified:
trunk/reactos/lib/3rdparty/libsamplerate/config.h
Modified: trunk/reactos/lib/3rdparty/libsamplerate/config.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/libsamplerate…
==============================================================================
--- trunk/reactos/lib/3rdparty/libsamplerate/config.h [iso-8859-1] (original)
+++ trunk/reactos/lib/3rdparty/libsamplerate/config.h [iso-8859-1] Sat Mar 23 05:10:18
2013
@@ -96,10 +96,10 @@
/* #undef HAVE_LIBM */
/* Define if you have C99's lrint function. */
-/* #undef HAVE_LRINT */
+#define HAVE_LRINT 1
/* Define if you have C99's lrintf function. */
-/* #undef HAVE_LRINTF */
+#define HAVE_LRINTF 1
/* Define to 1 if you have the `malloc' function. */
#define HAVE_MALLOC 1