Commit 73589a92 authored by diego's avatar diego

Remove outdated comment.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11325 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f4e7b7d9
......@@ -271,9 +271,6 @@ if((y)<(x)){\
}
#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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment