From ac0ef48631bc1d432f36b8f95185e2f54cfdc127 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Mon, 20 May 2013 21:36:59 +0000 Subject: [PATCH] Revert 4067 "libyuv roll to r698 for Core Media fourccs for OSX ..." > libyuv roll to r698 for Core Media fourccs for OSX camtwist support and performance improvements in ARGB scaler. > BUG=none > TEST=libyuv unittests add CM32 and CM24 types and ARGBScaleClip tests added. > Review URL: https://webrtc-codereview.appspot.com/1508004 TBR=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/1517004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4072 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 6a3db3411e..8bbf68064a 100644 --- a/DEPS +++ b/DEPS @@ -55,7 +55,7 @@ deps = { Var("chromium_trunk") + "/deps/third_party/libvpx@192165", "third_party/libyuv": - (Var("googlecode_url") % "libyuv") + "/trunk@698", + (Var("googlecode_url") % "libyuv") + "/trunk@682", "third_party/opus": Var("chromium_trunk") + "/src/third_party/opus@185405",