mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 11:07:41 +00:00
* fixing cut&paste bug
Originally committed as revision 1682 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
127d5c8d43
commit
c506fb40a8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user