libyuv updates for better code generation on OSX clang for scale
BUG=478 TEST=build libyuv and disassemble scale.o with otool -tV. Should use registers for C loops, not stack. Review URL: https://webrtc-codereview.appspot.com/550005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2155 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
ecac9b721e
commit
efecc18cdf
2
DEPS
2
DEPS
@ -44,7 +44,7 @@ deps = {
|
||||
"http://git.chromium.org/webm/libvpx.git@dba05389",
|
||||
|
||||
"trunk/third_party/libyuv":
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@254",
|
||||
(Var("googlecode_url") % "libyuv") + "/trunk@255",
|
||||
|
||||
"trunk/third_party/protobuf":
|
||||
Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user