diff options
author | Slavik Gnatenko <miracle9@newmail.ru> | 2003-03-11 12:09:13 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-11 12:09:13 +0000 |
commit | 69db4e10f27abe4d3a7036d5cdb29e1f9745c7a4 (patch) | |
tree | cc6816441950e87fe37d22dc37ea1dd25e0995d6 /ffmpeg.c | |
parent | df99755bda623b8619476697d12eaab3f5af61c3 (diff) | |
download | ffmpeg-69db4e10f27abe4d3a7036d5cdb29e1f9745c7a4.tar.gz |
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include <sys/types.h> #include <sys/select.h> #include <stdlib.h> +#define usleep(t) _sleep2((t)/1000) #endif #include <time.h> #include <ctype.h> |