summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-09-25 21:31:10 +0100
committerCarl Hetherington <cth@carlh.net>2013-09-25 21:31:10 +0100
commit566608b965e8ec0e08d9de128405d22ec7fedcd6 (patch)
tree2fda53a5d6adb9427d0f1f5c1a5af050eddc44d9 /src/wscript
parentf76647abae551840a43bb8f07189051ec20bab6d (diff)
Split up some files.
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/wscript b/src/wscript
index 030cde3b..d7e118c7 100644
--- a/src/wscript
+++ b/src/wscript
@@ -24,10 +24,12 @@ def build(bld):
kdm.cc
key.cc
metadata.cc
+ mono_picture_asset.cc
+ mono_picture_asset_writer.cc
+ mono_picture_frame.cc
mxf_asset.cc
picture_asset.cc
picture_asset_writer.cc
- picture_frame.cc
rec709_linearised_gamma_lut.cc
reel.cc
rgb_xyz.cc
@@ -36,6 +38,9 @@ def build(bld):
sound_asset.cc
sound_frame.cc
srgb_linearised_gamma_lut.cc
+ stereo_picture_asset.cc
+ stereo_picture_asset_writer.cc
+ stereo_picture_frame.cc
subtitle_asset.cc
types.cc
util.cc
@@ -62,10 +67,10 @@ def build(bld):
lut.h
lut_cache.h
metadata.h
+ mono_picture_frame.h
mxf_asset.h
picture_asset.h
picture_asset_writer.h
- picture_frame.h
rgb_xyz.h
rec709_linearised_gamma_lut.h
reel.h
@@ -75,6 +80,7 @@ def build(bld):
sound_asset.h
sound_frame.h
srgb_linearised_gamma_lut.h
+ stereo_picture_frame.h
subtitle_asset.h
types.h
util.h