summaryrefslogtreecommitdiff
path: root/libavcodec/dsputil.h
diff options
context:
space:
mode:
authorRoman Shaposhnik <roman@shaposhnik.org>2003-11-04 19:35:43 +0000
committerRoman Shaposhnik <roman@shaposhnik.org>2003-11-04 19:35:43 +0000
commit19d053c5ba6c250ef8a9675bf803cb744085d2f1 (patch)
tree0ef52a1910e857e48c4d534f496a2c93e64cdab6 /libavcodec/dsputil.h
parentec62c38fd57d8276e235ca7d95d785850dc93bf8 (diff)
* fixes for broken builds on Solaris, OS2 and all bingendian
systems out there. Originally committed as revision 2480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dsputil.h')
-rw-r--r--libavcodec/dsputil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavcodec/dsputil.h b/libavcodec/dsputil.h
index 744182d628..0611f7cb78 100644
--- a/libavcodec/dsputil.h
+++ b/libavcodec/dsputil.h
@@ -502,10 +502,4 @@ static inline long int lrintf(float x)
}
#endif
-#if defined(CONFIG_OS2) || defined(CONFIG_SUNOS)
-static inline float floorf(float f) {
- return floor(f);
-}
-#endif
-
#endif