From 14979ed4e6d199398c7a9bd440d199a50faeecaf Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 7 Feb 2012 05:13:02 +0000 Subject: [PATCH] Revert libyuv to r121. TBR=stefan@webrtc.org BUG=267 TEST=libyuv_unittest Review URL: https://webrtc-codereview.appspot.com/387001 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1619 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index bd8a2b891f..883ce66526 100644 --- a/DEPS +++ b/DEPS @@ -83,8 +83,10 @@ deps = { "trunk/third_party/jsoncpp/": "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248", + # TODO(andrew): roll to 164 after fixing: + # http://code.google.com/p/webrtc/issues/detail?id=267 "trunk/third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@164", + (Var("googlecode_url") % "libyuv") + "/trunk@121", # Used by tools/quality_tracking/dashboard and tools/python_charts "trunk/third_party/google-visualization-python":