[SCM] libav/experimental: * using time.h for Cygwin systems as well

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:32:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 9235088f0fb3a269a46f55b243122521cc31a10d
Author: Zdenek Kabelac <kabi at informatics.muni.cz>
Date:   Thu Jul 18 17:11:27 2002 +0000

    * using time.h for Cygwin systems as well
    
    Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libav/utils.c b/libav/utils.c
index 6311495..e8e62e8 100644
--- a/libav/utils.c
+++ b/libav/utils.c
@@ -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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list