projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
cde2d79
)
floorf() is not used, and causes warnings on Solaris
author
Måns Rullgård
<mans@mansr.com>
Tue, 4 Jul 2006 22:39:23 +0000
(22:39 +0000)
committer
Måns Rullgård
<mans@mansr.com>
Tue, 4 Jul 2006 22:39:23 +0000
(22:39 +0000)
Originally committed as revision 5617 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/common.h
patch
|
blob
|
blame
|
history
diff --git
a/libavutil/common.h
b/libavutil/common.h
index
c951f5b
..
6ef2a13
100644
(file)
--- a/
libavutil/common.h
+++ b/
libavutil/common.h
@@
-182,12
+182,6
@@
typedef uint64_t uint_fast64_t;
# endif
#endif
# endif
#endif
-#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS)
-static inline float floorf(float f) {
- return floor(f);
-}
-#endif
-
#ifdef CONFIG_WIN32
/* windows */
#ifdef CONFIG_WIN32
/* windows */