From 852fd687e0721fcb7470f789365f91c8ab306222 Mon Sep 17 00:00:00 2001 From: "fbarchard@google.com" Date: Mon, 10 Sep 2012 22:01:32 +0000 Subject: [PATCH] Fix for clang ia32 on linux which does not support optimize attribute. BUG=libyuv bug 83 TEST=./build/gyp_chromium --depth=. -Dtarget_arch=ia32 -Dclang=1 webrtc.gyp && make libyuv Review URL: https://webrtc-codereview.appspot.com/790004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2731 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index e47b089ad7..658e0d3989 100644 --- a/DEPS +++ b/DEPS @@ -51,7 +51,7 @@ deps = { "http://git.chromium.org/webm/libvpx.git@c6fd0a5d", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@341", + (Var("googlecode_url") % "libyuv") + "/trunk@342", "third_party/protobuf": Var("chromium_trunk") + "/src/third_party/protobuf@" + Var("chromium_revision"),