summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/make_dcp.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/make_dcp.cc b/examples/make_dcp.cc
index 8683dc30..302d0b1b 100644
--- a/examples/make_dcp.cc
+++ b/examples/make_dcp.cc
@@ -45,6 +45,9 @@
int
main ()
{
+ /* Set up libdcp */
+ dcp::init();
+
/* Create a directory to put the DCP in */
boost::filesystem::create_directory ("DCP");