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

Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-07-04 22:39:23 +00:00
parent cde2d79afd
commit 959e63c9ba

View File

@ -182,12 +182,6 @@ typedef uint64_t uint_fast64_t;
# endif
#endif
#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS)
static inline float floorf(float f) {
return floor(f);
}
#endif
#ifdef CONFIG_WIN32
/* windows */