diff options
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -163,14 +163,17 @@ deps = { "src/third_party/swig/Lib": "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), - "src/third_party/libvpx": - "/trunk/deps/third_party/libvpx@" + - Var("libvpx_revision"), - "src/third_party/ffmpeg": "/trunk/deps/third_party/ffmpeg/source@" + Var("ffmpeg_revision"), + "src/third_party/libvpx/include": + "/trunk/deps/third_party/libvpx/include@" + + Var("libvpx_revision"), + "src/third_party/libvpx/lib": + "/trunk/deps/third_party/libvpx/lib@" + + Var("libvpx_revision"), + "src/third_party/libjingle/source": (Var("googlecode_url") % "libjingle") + "/trunk@" + Var("libjingle_revision"), |