changeset 55:83260d3a9453 libavutil

floorf() is not used, and causes warnings on Solaris
author mru
date Tue, 04 Jul 2006 22:39:23 +0000
parents 4d0fe18e5ce3
children aaf464cadfa8
files common.h
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/common.h	Mon Jul 03 12:09:10 2006 +0000
+++ b/common.h	Tue Jul 04 22:39:23 2006 +0000
@@ -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 */