diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-16 00:23:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-16 00:23:24 +0000 |
| commit | 19b5ac5e09e204a9c22daff460f3cbb2137d265b (patch) | |
| tree | dade81e56e3ad9934686c650eef23f92d3111211 /src/wscript | |
| parent | a49e1c2df1568391651344ae368c53f76d504571 (diff) | |
Use libdcp for DCP subtitle parsing so that we get support for MXF-wrapped SMPTE subtitles.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript index 58434b2..599e2af 100644 --- a/src/wscript +++ b/src/wscript @@ -8,7 +8,7 @@ def build(bld): obj.name = 'libsub' obj.target = 'sub' - obj.uselib = 'CXML BOOST_FILESYSTEM BOOST_LOCALE' + obj.uselib = 'CXML DCP BOOST_FILESYSTEM BOOST_LOCALE' obj.export_includes = ['.'] obj.source = """ colour.cc |
