From dd0b99debb7bc1f3f0931d3db3462d140572acc2 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Thu, 27 Mar 2014 22:27:54 +0000 Subject: [PATCH] Roll libvpx 258445:259973. - 259973: unbreak iOS simulator build (-mssse3) - 259953: add a missing file (follow-up to r259946) - 259946: Disable assembly optimizations in MemorySanitizer builds. - 259324: disable function level linking when building vp8_asm_enc_offsets.c BUG=3126 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/10829005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5803 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b4ceb21aad..83679e3370 100644 --- a/DEPS +++ b/DEPS @@ -78,7 +78,7 @@ deps = { From("chromium_deps", "src/third_party/libsrtp"), "third_party/libvpx": - Var("chromium_trunk") + "/deps/third_party/libvpx@258445", + Var("chromium_trunk") + "/deps/third_party/libvpx@259973", "third_party/libyuv": (Var("googlecode_url") % "libyuv") + "/trunk@985",