Some new files.
authorCarl Hetherington <cth@carlh.net>
Fri, 12 Jul 2013 19:32:32 +0000 (20:32 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 Jul 2013 19:32:32 +0000 (20:32 +0100)
src/wscript

index db4efda1c7e468b644500788775644f1ed4d6fc8..5e0b8a0aeae9bc57f234fb0f8850093c672394a5 100644 (file)
@@ -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