提交 9235088f 编写于 作者: Z Zdenek Kabelac

* using time.h for Cygwin systems as well

Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 79c0c785
......@@ -22,12 +22,12 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/time.h>
#include <time.h>
#else
#define strcasecmp _stricmp
#include <sys/types.h>
#include <sys/timeb.h>
#endif
#include <time.h>
AVInputFormat *first_iformat;
AVOutputFormat *first_oformat;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册