diff dsputil.h @ 1446:daa70b33fc44 libavcodec

removed os_support.h
author bellard
date Mon, 08 Sep 2003 21:05:43 +0000
parents 7d328fd9d8a5
children 8ffd0c00e6df
line wrap: on
line diff
--- a/dsputil.h	Mon Sep 08 21:04:11 2003 +0000
+++ b/dsputil.h	Mon Sep 08 21:05:43 2003 +0000
@@ -492,4 +492,10 @@
 }
 #endif
 
+#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS)
+static inline float floorf(float f) { 
+    return floor(f); 
+}
 #endif
+
+#endif