diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-12 20:32:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-12 20:32:32 +0100 |
| commit | 33ad83b730b1ffd38592085504e8b3b08a3bea6d (patch) | |
| tree | 1b574a2a5354ff96ce245a03e1dd40002e78c70f /src/wscript | |
| parent | 8a95b38aeadeddd52badd6aa6b0466da2f4ca25e (diff) | |
Some new files.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index db4efda1..5e0b8a0a 100644 --- a/src/wscript +++ b/src/wscript @@ -23,9 +23,11 @@ def build(bld): mxf_asset.cc picture_asset.cc picture_frame.cc + rec709_linearised_gamma_lut.cc reel.cc sound_asset.cc sound_frame.cc + srgb_linearised_gamma_lut.cc subtitle_asset.cc types.cc util.cc @@ -44,15 +46,18 @@ def build(bld): dcp.h dcp_time.h exceptions.h + gamma_lut.h kdm.h metadata.h mxf_asset.h picture_asset.h picture_frame.h + rec709_linearised_gamma_lut.h reel.h argb_frame.h sound_asset.h sound_frame.h + srgb_linearised_gamma_lut.h subtitle_asset.h types.h util.h |
