Commit d8a0bcc3 authored by mru's avatar mru

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5617 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b3b04fad
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment