Don't crash with no audio; get video MXF information from the MXF itself; get samplin...
[libdcp.git] / src / wscript
index f96755c7a2c22561344ddf3c08575b056f057610..0a0c3e66fc68bc2fed5b80ae0a96565b411a4cdf 100644 (file)
@@ -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)