[LIBSAMPLERATE]
authorDmitry Gorbachev <gorbachev@reactos.org>
Sat, 23 Mar 2013 05:10:18 +0000 (05:10 +0000)
committerDmitry Gorbachev <gorbachev@reactos.org>
Sat, 23 Mar 2013 05:10:18 +0000 (05:10 +0000)
Fix redefinition of 'lrint' / 'lrintf'.

svn path=/trunk/; revision=58582

reactos/lib/3rdparty/libsamplerate/config.h

index 0a9f06c..8f7fd4f 100644 (file)
 /* #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