Mercurial > libavcodec.hg
changeset 1134:27d225bd7176 libavcodec
* fixing cut&paste bug
author | kabi |
---|---|
date | Fri, 14 Mar 2003 07:24:25 +0000 |
parents | 47558360835e |
children | 8e29f644a6be |
files | os_support.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/os_support.h Wed Mar 12 23:12:23 2003 +0000 +++ b/os_support.h Fri Mar 14 07:24:25 2003 +0000 @@ -24,8 +24,8 @@ #if defined(CONFIG_OS2) #include <stdlib.h> -static inline usleep(unsigned int t) { return _sleep2((t) / 1000); } -static inline float floatf(float x) { return floor(n); } +static inline int usleep(unsigned int t) { return _sleep2(t / 1000); } +static inline float floatf(float f) { return floor(f); } static inline int strcasecmp(const char* s1, const char* s2) { return stricmp(s1,s2); } #endif