summaryrefslogtreecommitdiff
path: root/libavutil/internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-12-27 01:42:46 +0000
committerDiego Biurrun <diego@biurrun.de>2007-12-27 01:42:46 +0000
commit52d086084ede74aff217d5854e83bbd3ce863bb5 (patch)
tree7354a8d78f40243af855a9b5b50c4d1dd9e79505 /libavutil/internal.h
parent81644c2ee08899301efc852281efea4e3b8f7d11 (diff)
Remove outdated comment.
Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/internal.h')
-rw-r--r--libavutil/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index b9717e7bc9..93f8a02500 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -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));