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
This commit is contained in:
andrew@webrtc.org 2012-02-07 05:13:02 +00:00
parent 2aa40aa087
commit 14979ed4e6

4
DEPS
View File

@ -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":