From 52d086084ede74aff217d5854e83bbd3ce863bb5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 27 Dec 2007 01:42:46 +0000 Subject: Remove outdated comment. Originally committed as revision 11325 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavutil') 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)); -- cgit v1.2.3