# HG changeset patch # User michaelni # Date 1036454825 0 # Node ID b78812db886f15496f18e9d7a2fc168ff5966fc5 # Parent ee8bb36d2e604004958f2efa20a843f72a658f21 lrintf detection (based upon a patch by Franois Revol ) diff -r ee8bb36d2e60 -r b78812db886f dsputil.h --- a/dsputil.h Mon Nov 04 22:45:34 2002 +0000 +++ b/dsputil.h Tue Nov 05 00:07:05 2002 +0000 @@ -269,7 +269,7 @@ const FFTSample *input, FFTSample *tmp); void ff_mdct_end(MDCTContext *s); -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__bsdi__) +#ifndef HAVE_LRINTF /* XXX: add ISOC specific test to avoid specific BSD testing. */ /* better than nothing implementation. */ /* btw, rintf() is existing on fbsd too -- alex */