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
This commit is contained in:
fbarchard@google.com 2013-10-31 22:25:04 +00:00
parent bcccd6b78d
commit f3871ce976
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
Version: 835
Version: 836
License: BSD
License File: LICENSE

View File

@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 835
#define LIBYUV_VERSION 836
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT

View File

@ -108,7 +108,7 @@ void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) {
// based on libvpx arm_cpudetect.c
// For Arm, but public to allow testing on any CPU
#if defined(_MSC_VER)
#if defined(_MSC_VER) && (_MSC_FULL_VER >= 160040219)
__declspec(safebuffers)
#endif
LIBYUV_API
@ -171,7 +171,7 @@ static bool TestEnv(const char*) {
}
#endif
#if defined(_MSC_VER)
#if defined(_MSC_VER) && (_MSC_FULL_VER >= 160040219)
__declspec(safebuffers)
#endif
LIBYUV_API