[Ffmpeg-cvslog] r5617 - trunk/libavutil/common.h

mru subversion
Wed Jul 5 00:39:23 CEST 2006


Author: mru
Date: Wed Jul  5 00:39:23 2006
New Revision: 5617

Modified:
   trunk/libavutil/common.h

Log:
floorf() is not used, and causes warnings on Solaris


Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h	(original)
+++ trunk/libavutil/common.h	Wed Jul  5 00:39:23 2006
@@ -182,12 +182,6 @@
 #    endif
 #endif
 
-#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS)
-static inline float floorf(float f) {
-    return floor(f);
-}
-#endif
-
 #ifdef CONFIG_WIN32
 
 /* windows */




More information about the ffmpeg-cvslog mailing list