OSDN Git Service

Remove outdated comment.
authorDiego Biurrun <diego@biurrun.de>
Thu, 27 Dec 2007 01:42:46 +0000 (01:42 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 27 Dec 2007 01:42:46 +0000 (01:42 +0000)
Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavutil/internal.h

index b9717e7..93f8a02 100644 (file)
@@ -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));