stdint.h -> msc_stdint.h
authorVadim Pisarevsky <no@email>
Fri, 6 Aug 2010 11:07:03 +0000 (11:07 +0000)
committerVadim Pisarevsky <no@email>
Fri, 6 Aug 2010 11:07:03 +0000 (11:07 +0000)
13 files changed:
3rdparty/include/ffmpeg_/libavcodec/dxva2.h
3rdparty/include/ffmpeg_/libavcodec/vaapi.h
3rdparty/include/ffmpeg_/libavformat/avio.h
3rdparty/include/ffmpeg_/libavutil/adler32.h
3rdparty/include/ffmpeg_/libavutil/base64.h
3rdparty/include/ffmpeg_/libavutil/crc.h
3rdparty/include/ffmpeg_/libavutil/fifo.h
3rdparty/include/ffmpeg_/libavutil/intfloat_readwrite.h
3rdparty/include/ffmpeg_/libavutil/lzo.h
3rdparty/include/ffmpeg_/libavutil/mathematics.h
3rdparty/include/ffmpeg_/libavutil/md5.h
3rdparty/include/ffmpeg_/libavutil/rational.h
3rdparty/include/ffmpeg_/libavutil/sha1.h

index 5c5fe21..b3021fa 100644 (file)
@@ -23,7 +23,7 @@
 #ifndef AVCODEC_DXVA_H
 #define AVCODEC_DXVA_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 #include <dxva2api.h>
 
index 07568a4..7dbdbcb 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef AVCODEC_VAAPI_H
 #define AVCODEC_VAAPI_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 /**
  * \defgroup VAAPI_Decoding VA API Decoding
index 9ffe935..4c33943 100644 (file)
@@ -28,7 +28,7 @@
  * header, so it should not be directly included in your projects.
  */
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 #include "libavutil/common.h"
 
index 9626c80..3773f04 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_ADLER32_H
 #define AVUTIL_ADLER32_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 #include "attributes.h"
 
 unsigned long av_adler32_update(unsigned long adler, const uint8_t *buf,
index 103860e..7a5695c 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_BASE64_H
 #define AVUTIL_BASE64_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 /**
  * Decodes the base64-encoded string in in and puts the decoded
index 6c0baab..13fa22d 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_CRC_H
 #define AVUTIL_CRC_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 #include <stddef.h>
 #include "attributes.h"
 
index fb1ed47..a3531eb 100644 (file)
@@ -24,7 +24,7 @@
 #ifndef AVUTIL_FIFO_H
 #define AVUTIL_FIFO_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 typedef struct AVFifoBuffer {
     uint8_t *buffer;
index 1b80fc6..0f15676 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_INTFLOAT_READWRITE_H
 #define AVUTIL_INTFLOAT_READWRITE_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 #include "attributes.h"
 
 /* IEEE 80 bits extended float */
index 6788054..374f530 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef AVUTIL_LZO_H
 #define AVUTIL_LZO_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 /** \defgroup errflags Error flags returned by av_lzo1x_decode
   * \{ */
index e198aef..afa8333 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_MATHEMATICS_H
 #define AVUTIL_MATHEMATICS_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 #include <math.h>
 #include "attributes.h"
 #include "rational.h"
index 969202a..ccb8dae 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_MD5_H
 #define AVUTIL_MD5_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 extern const int av_md5_size;
 
index 4d91f7b..aebd107 100644 (file)
@@ -28,7 +28,7 @@
 #ifndef AVUTIL_RATIONAL_H
 #define AVUTIL_RATIONAL_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 #include "attributes.h"
 
 /**
index cf7c4a6..2a94d69 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef AVUTIL_SHA1_H
 #define AVUTIL_SHA1_H
 
-#include <stdint.h>
+#include <msc_stdint.h>
 
 extern const int av_sha1_size;