From 2ec58dc4d16c982a7b14da37510d0e4ab78e10e3 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Sat, 17 Nov 2012 00:14:47 +0000 Subject: [PATCH] Roll to libyuv r496 for Android x86 fix by avoiding stdint.h BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/931012 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3123 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index f84fd38ade..f0f71fb6a3 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@fd3078fd8", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@481", + (Var("googlecode_url") % "libyuv") + "/trunk@496", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@163910",