diff --git a/Android.mk b/Android.mk index 1704b8118..513a1961b 100644 --- a/Android.mk +++ b/Android.mk @@ -16,7 +16,6 @@ LOCAL_SRC_FILES := \ source/convert_to_argb.cc \ source/convert_to_i420.cc \ source/cpu_id.cc \ - source/fixed_math.cc \ source/format_conversion.cc \ source/planar_functions.cc \ source/rotate.cc \ diff --git a/README.chromium b/README.chromium index 992336f68..175ba780d 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 733 +Version: 734 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 5cb26e236..471d448dd 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 733 +#define LIBYUV_VERSION 734 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT