diff options
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 |
