summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cscript2
-rw-r--r--src/parse/subtitle.cc1
2 files changed, 1 insertions, 2 deletions
diff --git a/cscript b/cscript
index 12d39ba1..1bb7a35f 100644
--- 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()
diff --git a/src/parse/subtitle.cc b/src/parse/subtitle.cc
index a4b0410a..831fef59 100644
--- a/src/parse/subtitle.cc
+++ b/src/parse/subtitle.cc
@@ -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;