diff --git a/README.chromium b/README.chromium index b485d3906..c7f109a8a 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 822 +Version: 823 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 2be12862f..303883057 100644 --- a/include/libyuv/version.h +++ b/include/libyuv/version.h @@ -11,6 +11,6 @@ #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #define INCLUDE_LIBYUV_VERSION_H_ -#define LIBYUV_VERSION 822 +#define LIBYUV_VERSION 823 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT diff --git a/source/cpu_id.cc b/source/cpu_id.cc index 39963bcff..086c4cecf 100644 --- a/source/cpu_id.cc +++ b/source/cpu_id.cc @@ -51,7 +51,7 @@ void CpuId(uint32 eax, uint32 ecx, uint32* cpu_info) { : "=D" (ebx), #else "cpuid \n" - : "+b" (ebx), + : "=b" (ebx), #endif // defined( __i386__) && defined(__PIC__) "+a" (eax), "+c" (ecx), "=d" (edx)); cpu_info[0] = eax;