From 16d78bd3076de3e1ccfca29b6a5a517ac3c01826 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Tue, 4 Jun 2013 19:41:00 +0000 Subject: [PATCH] Fix scale.cc build error with mingw64 -m32 gcc BUG=571 TESTED=gcc scale.cc R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1613005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4177 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0dd94a3030..bcaab31edd 100644 --- a/DEPS +++ b/DEPS @@ -58,7 +58,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@196669", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@711", + (Var("googlecode_url") % "libyuv") + "/trunk@717", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",