Commit f3871ce9 authored by fbarchard@google.com's avatar fbarchard@google.com

safebuffers requires vs2010

BUG=none
TEST=none
R=tpsiaki@google.com

Review URL: https://webrtc-codereview.appspot.com/3259004

git-svn-id: http://libyuv.googlecode.com/svn/trunk@836 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent bcccd6b7
Name: libyuv Name: libyuv
URL: http://code.google.com/p/libyuv/ URL: http://code.google.com/p/libyuv/
Version: 835 Version: 836
License: BSD License: BSD
License File: LICENSE License File: LICENSE
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 835 #define LIBYUV_VERSION 836
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
...@@ -108,7 +108,7 @@ void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) { ...@@ -108,7 +108,7 @@ void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
// based on libvpx arm_cpudetect.c // based on libvpx arm_cpudetect.c
// For Arm, but public to allow testing on any CPU // For Arm, but public to allow testing on any CPU
#if defined(_MSC_VER) #if defined(_MSC_VER) && (_MSC_FULL_VER >= 160040219)
__declspec(safebuffers) __declspec(safebuffers)
#endif #endif
LIBYUV_API LIBYUV_API
...@@ -171,7 +171,7 @@ static bool TestEnv(const char*) { ...@@ -171,7 +171,7 @@ static bool TestEnv(const char*) {
} }
#endif #endif
#if defined(_MSC_VER) #if defined(_MSC_VER) && (_MSC_FULL_VER >= 160040219)
__declspec(safebuffers) __declspec(safebuffers)
#endif #endif
LIBYUV_API LIBYUV_API
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment