Bump libcxml again.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:35:48 +0000 (00:35 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 May 2014 23:35:48 +0000 (00:35 +0100)
cscript
src/parse/subtitle.cc

diff --git a/cscript b/cscript
index 12d39ba17f831a9ab0a66b35fb296b2905face86..1bb7a35f52ef3a32d5c181cc7e91d7bbf134dab9 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libcxml', 'df3b86a'), ('openjpeg-cdist', '13b69c2'))
+    return (('libcxml', '7b4ecc3'), ('openjpeg-cdist', '13b69c2'))
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.work_dir_cscript()
index a4b0410a3d4b296d4e940b700f4ef3bf6573f218..831fef59a9b63456e4646c72befa95d7e79ec780 100644 (file)
@@ -27,7 +27,6 @@ using std::string;
 using std::list;
 using boost::shared_ptr;
 using boost::optional;
-using boost::lexical_cast;
 using namespace libdcp;
 using namespace libdcp::parse;