$NetBSD: patch-ac,v 1.4 2005/05/30 12:43:30 wiz Exp $

--- libfaad2/common.h.orig	2005-02-19 03:19:21.000000000 +0100
+++ libfaad2/common.h
@@ -344,7 +344,7 @@ char *strchr(), *strrchr();
   #elif (defined(__i386__) && defined(__GNUC__)) && !defined(__MINGW32__)
     #define HAS_LRINTF
     // from http://www.stereopsis.com/FPU.html
-    static INLINE int lrintf(float f)
+    static INLINE long int lrintf(float f)
     {
         int i;
         __asm__ __volatile__ (
