Browse Source

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

Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Måns Rullgård 19 years ago
parent
commit
959e63c9ba
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      libavutil/common.h

+ 0
- 6
libavutil/common.h 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 */


Loading…
Cancel
Save