From fc2b267f809f62f5a6253539f77e96a4239e6fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Tue, 14 Nov 2006 00:42:31 +0000 Subject: [PATCH] fix HAVE_LRINTF setting Originally committed as revision 7026 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4814971037..3f0acfe420 100755 --- a/configure +++ b/configure @@ -1422,7 +1422,7 @@ fi # test for lrintf in math.h -check_exec < int main( void ) { return (lrintf(3.999f) > 0)?0:1; }