Libjpeg is needed for Libyuv
R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2147004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4647 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
cf61bee5a2
commit
0b960cf7a1
6
DEPS
6
DEPS
@ -58,6 +58,12 @@ deps = {
|
||||
|
||||
"third_party/junit/":
|
||||
(Var("googlecode_url") % "webrtc") + "/deps/third_party/junit@3367",
|
||||
|
||||
"third_party/libjpeg":
|
||||
Var("chromium_trunk") + "/src/third_party/libjpeg@" + Var("chromium_revision"),
|
||||
|
||||
"third_party/libjpeg_turbo":
|
||||
From("chromium_deps", "src/third_party/libjpeg_turbo"),
|
||||
|
||||
"third_party/libsrtp/":
|
||||
From("chromium_deps", "src/third_party/libsrtp"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user