summaryrefslogtreecommitdiff
path: root/src/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-08-12 20:52:15 +0100
committerCarl Hetherington <cth@carlh.net>2012-08-12 20:52:15 +0100
commit916247147468aee47354ebb3088f47b8a56fcccf (patch)
tree90fb72f6312a8935bf61ec5affaf82f7bb8b88f6 /src/wscript
parentbc09fbc79580f56c93e35de25230af18b30e0e1e (diff)
Don't crash with no audio; get video MXF information from the MXF itself; get sampling rate from audio MXF.for-dcptovideo
Diffstat (limited to 'src/wscript')
-rw-r--r--src/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript
index f96755c7..0a0c3e66 100644
--- a/src/wscript
+++ b/src/wscript
@@ -20,6 +20,7 @@ def build(bld):
test_mode.cc
types.cc
xml.cc
+ sound_frame.cc
"""
headers = """
@@ -33,6 +34,7 @@ def build(bld):
sound_asset.h
asset.h
picture_frame.h
+ sound_frame.h
"""
bld.install_files('${PREFIX}/include/libdcp', headers)