diff dsputil.h @ 1603:3a633a3feef6 libavcodec

* fixes for broken builds on Solaris, OS2 and all bingendian systems out there.
author romansh
date Tue, 04 Nov 2003 19:35:43 +0000
parents aa4dc16c0f18
children 835cf346975e
line wrap: on
line diff
--- a/dsputil.h	Mon Nov 03 18:06:54 2003 +0000
+++ b/dsputil.h	Tue Nov 04 19:35:43 2003 +0000
@@ -502,10 +502,4 @@
 }
 #endif
 
-#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS)
-static inline float floorf(float f) { 
-    return floor(f); 
-}
 #endif
-
-#endif