From 916247147468aee47354ebb3088f47b8a56fcccf Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 12 Aug 2012 20:52:15 +0100 Subject: Don't crash with no audio; get video MXF information from the MXF itself; get sampling rate from audio MXF. --- src/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wscript') 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) -- cgit v1.2.3