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
This commit is contained in:
2
DEPS
2
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"),
|
||||
|
Reference in New Issue
Block a user