diff --git a/README.chromium b/README.chromium index d5401f6b1..bd6499770 100644 --- a/README.chromium +++ b/README.chromium @@ -1,6 +1,6 @@ Name: libyuv URL: http://code.google.com/p/libyuv/ -Version: 1577 +Version: 1578 License: BSD License File: LICENSE diff --git a/docs/getting_started.md b/docs/getting_started.md index 68e6d4943..9f00d9650 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -162,6 +162,10 @@ mipsel ninja -j7 -C out/Debug libyuv_unittest_apk ninja -j7 -C out/Release libyuv_unittest_apk +arm32 disassembly: + + third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump -d out/Release/obj/source/libyuv.row_neon.o + arm64 disassembly: third_party/android_tools/ndk/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-objdump -d out/Release/obj/source/libyuv.row_neon64.o diff --git a/include/libyuv/version.h b/include/libyuv/version.h index c7800d56a..532c99fb0 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 1577 +#define LIBYUV_VERSION 1578 #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT