# HG changeset patch # User diego # Date 1198719766 0 # Node ID 033099f22fc25f748d3e6ce2e4275d8215c5e1f8 # Parent c03847b472601a1671c1246fd3c89d2fd9711951 Remove outdated comment. diff -r c03847b47260 -r 033099f22fc2 internal.h --- a/internal.h Mon Dec 24 12:49:27 2007 +0000 +++ b/internal.h Thu Dec 27 01:42:46 2007 +0000 @@ -271,9 +271,6 @@ } #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 */ static av_always_inline long int lrintf(float x) { return (int)(rint(x));