diff --git a/Android.mk b/Android.mk index 8e4ba7258..980c1f832 100644 --- a/Android.mk +++ b/Android.mk @@ -22,10 +22,10 @@ LOCAL_SRC_FILES := \ ifeq ($(TARGET_ARCH_ABI),armeabi-v7a) LOCAL_CFLAGS += -DLIBYUV_NEON LOCAL_SRC_FILES += \ - source/compare_neon.cc \ + source/compare_neon.cc.neon \ source/rotate_neon.cc.neon \ source/row_neon.cc.neon \ - source/scale_neon.cc + source/scale_neon.cc.neon endif LOCAL_C_INCLUDES += $(LOCAL_PATH)/include diff --git a/README.chromium b/README.chromium index 46e731e6d..e5bfb8e31 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 396 +Version: 397 License: BSD License File: LICENSE diff --git a/include/libyuv/version.h b/include/libyuv/version.h index 99763b807..e782ae184 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 396 +#define LIBYUV_VERSION 397 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT