diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-30 00:50:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-02 00:12:56 +0100 |
| commit | da15bff6e278d351301c9c50a4c96737ae4b5545 (patch) | |
| tree | 86057f3d8cbca41130fe170791ef341e18bc6283 /src/wscript | |
| parent | ec82ce2d44d5ba492a3dfa6e740ff21549d438e1 (diff) | |
Rename Data -> ArrayData.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wscript b/src/wscript index 38aa784c..85d4a6cb 100644 --- a/src/wscript +++ b/src/wscript @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2019 Carl Hetherington <cth@carlh.net> +# Copyright (C) 2012-2020 Carl Hetherington <cth@carlh.net> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,6 +34,7 @@ from waflib import TaskGen def build(bld): source = """ + array_data.cc asset.cc asset_factory.cc asset_writer.cc @@ -46,7 +47,6 @@ def build(bld): colour_conversion.cc combine.cc cpl.cc - data.cc dcp.cc dcp_time.cc decrypted_kdm.cc @@ -113,6 +113,7 @@ def build(bld): """ headers = """ + array_data.h asset.h asset_reader.h asset_writer.h @@ -131,7 +132,6 @@ def build(bld): dcp.h dcp_assert.h dcp_time.h - data.h decrypted_kdm.h decrypted_kdm_key.h encrypted_kdm.h |
