mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-08 01:36:47 +08:00
hook for cygwin and relax argbtoyuy2 for unittest flakey fail
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/966016 git-svn-id: http://libyuv.googlecode.com/svn/trunk@483 16f28f9a-4ce2-e073-06de-1de4eb20be90
This commit is contained in:
parent
48072f89af
commit
e0b63e44e0
9
DEPS
9
DEPS
@ -95,4 +95,13 @@ hooks = [
|
||||
"--depth=" + Var("root_dir"), Var("root_dir") + "/libyuv_test.gyp",
|
||||
Var("extra_gyp_flag")],
|
||||
},
|
||||
{
|
||||
# Update the cygwin mount on Windows.
|
||||
# This is necessary to get the correct mapping between e.g. /bin and the
|
||||
# cygwin path on Windows. Without it we can't run bash scripts in actions.
|
||||
# Ideally this should be solved in "pylib/gyp/msvs_emulation.py".
|
||||
"pattern": ".",
|
||||
"action": ["python", Var("root_dir") + "/build/win/setup_cygwin_mount.py",
|
||||
"--win-only"],
|
||||
},
|
||||
]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libyuv
|
||||
URL: http://code.google.com/p/libyuv/
|
||||
Version: 482
|
||||
Version: 483
|
||||
License: BSD
|
||||
License File: LICENSE
|
||||
|
||||
|
||||
@ -11,6 +11,6 @@
|
||||
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
|
||||
#define INCLUDE_LIBYUV_VERSION_H_
|
||||
|
||||
#define LIBYUV_VERSION 482
|
||||
#define LIBYUV_VERSION 483
|
||||
|
||||
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT
|
||||
|
||||
@ -823,8 +823,8 @@ TESTATOB(RGB24, 3, 3, 1, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(RGB565, 2, 2, 1, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(ARGB1555, 2, 2, 1, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(ARGB4444, 2, 2, 1, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(YUY2, 2, 4, 1, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(UYVY, 2, 4, 1, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(YUY2, 2, 4, 1, ARGB, 4, 4, 1, 14)
|
||||
TESTATOB(UYVY, 2, 4, 1, ARGB, 4, 4, 1, 14)
|
||||
TESTATOB(BayerBGGR, 1, 2, 2, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(BayerRGGB, 1, 2, 2, ARGB, 4, 4, 1, 0)
|
||||
TESTATOB(BayerGBRG, 1, 2, 2, ARGB, 4, 4, 1, 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user