[Ffmpeg-cvslog] r5735 - trunk/libavutil/common.h

mru subversion
Fri Jul 14 01:47:16 CEST 2006


Author: mru
Date: Fri Jul 14 01:47:16 2006
New Revision: 5735

Modified:
   trunk/libavutil/common.h

Log:
remove old msvc cruft


Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h	(original)
+++ trunk/libavutil/common.h	Fri Jul 14 01:47:16 2006
@@ -94,14 +94,8 @@
     typedef unsigned char  uint8_t;
     typedef unsigned short uint16_t;
     typedef unsigned int   uint32_t;
-
-#   ifdef __MINGW32__
-        typedef signed __int64   int64_t;
-        typedef unsigned __int64 uint64_t;
-#   else /* other OS */
-        typedef signed long long   int64_t;
-        typedef unsigned long long uint64_t;
-#   endif /* other OS */
+    typedef signed long long   int64_t;
+    typedef unsigned long long uint64_t;
 #endif /* EMULATE_INTTYPES */
 
 #ifndef PRId64




More information about the ffmpeg-cvslog mailing list