diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:14:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-24 14:14:02 +0100 |
| commit | 094117316524f12fc82adbdf721778eed04e66f6 (patch) | |
| tree | aaa2abd88a2aba64d53022554265f000c93be966 /src/wscript | |
| parent | 2ae92dcc97765deb2845dd07a338858aeb375cb3 (diff) | |
Give Data a loading constructor.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wscript b/src/wscript index bf28183e..a3f56b82 100644 --- a/src/wscript +++ b/src/wscript @@ -8,7 +8,8 @@ def build(bld): colour_conversion.cc colour_matrix.cc cpl.cc - dcp.cc + data.cc + dcp.cc dcp_time.cc decrypted_kdm.cc decrypted_kdm_key.cc |
