diff --git a/README.chromium b/README.chromium index 6972b18f6..23439308d 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 103 +Version: 104 License: BSD License File: LICENSE diff --git a/include/libyuv/basic_types.h b/include/libyuv/basic_types.h index bf20c5715..54c5f8a55 100644 --- a/include/libyuv/basic_types.h +++ b/include/libyuv/basic_types.h @@ -57,7 +57,7 @@ typedef int int32; typedef unsigned short uint16; typedef short int16; typedef unsigned char uint8; -typedef char int8; +typedef signed char int8; #endif // INT_TYPES_DEFINED // Detect compiler is for x86 or x64.