diff --git a/BUILD.gn b/BUILD.gn index 3f935f5cb..6f7ac02d5 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -87,12 +87,6 @@ source_set("libyuv") { defines += [ "HAVE_JPEG" ] } - if (is_msan) { - # MemorySanitizer does not support assembly code yet. - # http://crbug.com/344505 - defines += [ "LIBYUV_DISABLE_X86" ] - } - deps = [ "//third_party:jpeg", ] diff --git a/README.chromium b/README.chromium index 74fe1c086..44549f85a 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1607 +Version: 1608 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 8394e08db..2e3957dac 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 1607 +#define LIBYUV_VERSION 1608 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT