From 8f99a1811905e3fb01eff4ee176e3659e916d017 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Wed, 18 Dec 2013 19:51:37 +0000 Subject: [PATCH] Port scale and compare functions to pepper_33 and mips. BUG=none TEST=validator passes with new toolchain. R=andrew@webrtc.org, pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/6059004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5320 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0ba9e478a4..9453b169cf 100644 --- a/DEPS +++ b/DEPS @@ -72,7 +72,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@232686", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@915", + (Var("googlecode_url") % "libyuv") + "/trunk@919", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",