Commit f4951e7a authored by fbarchard@google.com's avatar fbarchard@google.com

gcc scale fix and change tabs to spaces in gyps

BUG=177
TEST=try bots
Review URL: https://webrtc-codereview.appspot.com/1120009

git-svn-id: http://libyuv.googlecode.com/svn/trunk@587 16f28f9a-4ce2-e073-06de-1de4eb20be90
parent 155c7616
Name: libyuv Name: libyuv
URL: http://code.google.com/p/libyuv/ URL: http://code.google.com/p/libyuv/
Version: 586 Version: 587
License: BSD License: BSD
License File: LICENSE License File: LICENSE
......
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT #ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_ #define INCLUDE_LIBYUV_VERSION_H_
#define LIBYUV_VERSION 586 #define LIBYUV_VERSION 587
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT #endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
# 'LIBYUV_DISABLE_NEON', # 'LIBYUV_DISABLE_NEON',
# 'LIBYUV_DISABLE_MIPS', # 'LIBYUV_DISABLE_MIPS',
# Enable the following macro to build libyuv as a shared library (dll). # Enable the following macro to build libyuv as a shared library (dll).
# 'LIBYUV_BUILDING_SHARED_LIBRARY', # 'LIBYUV_USING_SHARED_LIBRARY',
], ],
'include_dirs': [ 'include_dirs': [
'include', 'include',
......
...@@ -1951,7 +1951,6 @@ static void ScaleAddRows_SSE2(const uint8* src_ptr, ptrdiff_t src_stride, ...@@ -1951,7 +1951,6 @@ static void ScaleAddRows_SSE2(const uint8* src_ptr, ptrdiff_t src_stride,
static void ScaleFilterRows_SSE2(uint8* dst_ptr, static void ScaleFilterRows_SSE2(uint8* dst_ptr,
const uint8* src_ptr, ptrdiff_t src_stride, const uint8* src_ptr, ptrdiff_t src_stride,
int dst_width, int source_y_fraction) { int dst_width, int source_y_fraction) {
asm volatile (
asm volatile ( asm volatile (
"sub %1,%0 \n" "sub %1,%0 \n"
"shr %3 \n" "shr %3 \n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment