Commit 52d08608 authored by Diego Biurrun's avatar Diego Biurrun

Remove outdated comment.

Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 81644c2e
......@@ -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