Author: tkreuzer Date: Thu May 14 20:58:41 2015 New Revision: 67724
URL: http://svn.reactos.org/svn/reactos?rev=67724&view=rev Log: [LIBSAMPLERATE] Fix build
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] Thu May 14 20:58:41 2015 @@ -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