updated ffmpeg to 0.6.0
This commit is contained in:
5
3rdparty/include/msc_stdint.h
vendored
5
3rdparty/include/msc_stdint.h
vendored
@@ -53,6 +53,10 @@
|
||||
}
|
||||
#endif
|
||||
|
||||
#if _MSC_VER >= 1600
|
||||
#include "stdint.h"
|
||||
#else
|
||||
|
||||
// 7.18.1 Integer types
|
||||
|
||||
// 7.18.1.1 Exact-width integer types
|
||||
@@ -218,5 +222,6 @@ typedef uint64_t uintmax_t;
|
||||
|
||||
#endif // __STDC_CONSTANT_MACROS ]
|
||||
|
||||
#endif
|
||||
|
||||
#endif // _MSC_STDINT_H_ ]
|
||||
|
Reference in New Issue
Block a user