[packages/libyuv] no checkout yasm and libjpeg_turbo
glen
glen at pld-linux.org
Mon Jan 14 22:28:42 CET 2013
commit b59fe442d29ca474f962accff92ec2667051b3c3
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Jan 14 23:27:19 2013 +0200
no checkout yasm and libjpeg_turbo
gclient.conf | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/gclient.conf b/gclient.conf
index a513597..a7b4487 100644
--- a/gclient.conf
+++ b/gclient.conf
@@ -6,6 +6,10 @@ solutions = [
"custom_deps" : {
# don't need gold binaries here
"libyuv/third_party/gold": None,
+ # using system libjpeg
+ "libyuv/third_party/libjpeg_turbo": None,
+ # yasm assember required for libjpeg_turbo only
+ "libyuv/yasm": None
},
"safesync_url": "",
},
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libyuv.git/commitdiff/b59fe442d29ca474f962accff92ec2667051b3c3
More information about the pld-cvs-commit
mailing list