summaryrefslogtreecommitdiff
path: root/libavutil
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-04 22:39:23 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-04 22:39:23 +0000
commit959e63c9ba5fe51dcf3e622bb1c8a74bb8761dde (patch)
tree051db1a3965d27c9776b690e900ecc3c267ba1d0 /libavutil
parentcde2d79afd22e1b3135abccce6c68698a13be68e (diff)
floorf() is not used, and causes warnings on Solaris
Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavutil/common.h b/libavutil/common.h
index c951f5b2b8..6ef2a13296 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -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 */