Commit 86b9ad1c authored by kabi's avatar kabi

* using time.h for Cygwin systems as well


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1bde6eaa
...@@ -22,12 +22,12 @@ ...@@ -22,12 +22,12 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/time.h> #include <sys/time.h>
#include <time.h>
#else #else
#define strcasecmp _stricmp #define strcasecmp _stricmp
#include <sys/types.h> #include <sys/types.h>
#include <sys/timeb.h> #include <sys/timeb.h>
#endif #endif
#include <time.h>
AVInputFormat *first_iformat; AVInputFormat *first_iformat;
AVOutputFormat *first_oformat; AVOutputFormat *first_oformat;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment