Originally committed as revision 3664 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 21 years ago
parent 7a91333f73
commit f6506a541a
  1. 3
      libavformat/os_support.c

@ -31,6 +31,9 @@
#endif
#include <time.h>
/**
* gets the current time in micro seconds.
*/
int64_t av_gettime(void)
{
#ifdef CONFIG_WIN32

Loading…
Cancel
Save