Mercurial > libavcodec.hg
changeset 1135:8e29f644a6be libavcodec
10l
author | al3x |
---|---|
date | Fri, 14 Mar 2003 11:21:19 +0000 |
parents | 27d225bd7176 |
children | 9eb49e9e8dd9 |
files | os_support.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/os_support.h Fri Mar 14 07:24:25 2003 +0000 +++ b/os_support.h Fri Mar 14 11:21:19 2003 +0000 @@ -25,7 +25,7 @@ #if defined(CONFIG_OS2) #include <stdlib.h> static inline int usleep(unsigned int t) { return _sleep2(t / 1000); } -static inline float floatf(float f) { return floor(f); } +static inline float floorf(float f) { return floor(f); } static inline int strcasecmp(const char* s1, const char* s2) { return stricmp(s1,s2); } #endif