stdint.h -> msc_stdint.h
This commit is contained in:
parent
bc4532bd07
commit
37f47c9fa3
2
3rdparty/include/ffmpeg_/libavcodec/dxva2.h
vendored
2
3rdparty/include/ffmpeg_/libavcodec/dxva2.h
vendored
@ -23,7 +23,7 @@
|
||||
#ifndef AVCODEC_DXVA_H
|
||||
#define AVCODEC_DXVA_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <msc_stdint.h>
|
||||
|
||||
#include <dxva2api.h>
|
||||
|
||||
|
2
3rdparty/include/ffmpeg_/libavcodec/vaapi.h
vendored
2
3rdparty/include/ffmpeg_/libavcodec/vaapi.h
vendored
@ -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
|
||||
|
2
3rdparty/include/ffmpeg_/libavformat/avio.h
vendored
2
3rdparty/include/ffmpeg_/libavformat/avio.h
vendored
@ -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"
|
||||
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/adler32.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/adler32.h
vendored
@ -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,
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/base64.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/base64.h
vendored
@ -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
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/crc.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/crc.h
vendored
@ -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"
|
||||
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/fifo.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/fifo.h
vendored
@ -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;
|
||||
|
@ -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 */
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/lzo.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/lzo.h
vendored
@ -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
|
||||
* \{ */
|
||||
|
@ -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"
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/md5.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/md5.h
vendored
@ -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;
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef AVUTIL_RATIONAL_H
|
||||
#define AVUTIL_RATIONAL_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <msc_stdint.h>
|
||||
#include "attributes.h"
|
||||
|
||||
/**
|
||||
|
2
3rdparty/include/ffmpeg_/libavutil/sha1.h
vendored
2
3rdparty/include/ffmpeg_/libavutil/sha1.h
vendored
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user