diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-01 16:27:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-01 16:27:41 +0100 |
| commit | 96ea6d27b886ddc3ddedc27edd6a156cf8304cf6 (patch) | |
| tree | 1f31e818030ec8ed19273d765c5d338552f87e6b | |
| parent | 0a1b4c69c23d6e4838707fe74f3a55aa7b6c8649 (diff) | |
Bump asdcplib for header movements.
| -rw-r--r-- | cscript | 2 | ||||
| -rw-r--r-- | src/smpte_dcp_reader.cc | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ import os def dependencies(target): - return (('asdcplib-cth', 'd2042ad'), ('libcxml', 'v0.15.1')) + return (('asdcplib-cth', 'bc41241'), ('libcxml', 'v0.15.1')) def build(target, options): cmd = './waf configure --prefix=%s' % target.directory diff --git a/src/smpte_dcp_reader.cc b/src/smpte_dcp_reader.cc index 606d9e5..23dd3ce 100644 --- a/src/smpte_dcp_reader.cc +++ b/src/smpte_dcp_reader.cc @@ -20,10 +20,10 @@ #include "smpte_dcp_reader.h" #include "exceptions.h" #include "xml.h" -#include "AS_DCP.h" -#include "KM_util.h" #include "dcp/font.h" #include "dcp/smpte_load_font.h" +#include <asdcp/KM_util.h> +#include <asdcp/AS_DCP.h> #include <libcxml/cxml.h> #include <boost/foreach.hpp> |
