Update for newer libdcp; add start of manual.
[dcpomatic.git] / src / lib / make_dcp_job.cc
index a6d0c2d10a1ed755d52d71a2b2af27d2fc2a6de3..4f42e13f13f2881939de89ea3d5097338b174423 100644 (file)
@@ -84,7 +84,7 @@ MakeDCPJob::run ()
                break;
        }
        
-       libdcp::DCP dcp (_fs->dir (_fs->name), _fs->name, _fs->dcp_content_type->libdcp_type (), rint (_fs->frames_per_second), frames);
+       libdcp::DCP dcp (_fs->dir (_fs->name), _fs->name, _fs->dcp_content_type->libdcp_kind (), rint (_fs->frames_per_second), frames);
        dcp.Progress.connect (sigc::mem_fun (*this, &MakeDCPJob::dcp_progress));
 
        descend (0.9);