From b2b48c77caefa0641ea75d4d3f8dfc808dbb6d08 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= <mans@mansr.com>
Date: Thu, 13 Jul 2006 23:47:16 +0000
Subject: [PATCH] remove old msvc cruft

Originally committed as revision 5735 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavutil/common.h | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/libavutil/common.h b/libavutil/common.h
index d07f5f1277f..32cada44ae9 100644
--- a/libavutil/common.h
+++ b/libavutil/common.h
@@ -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
-- 
GitLab