diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-06 02:09:08 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-06 02:09:08 +0000 |
| commit | d093a5268e64af44bc55aec06d4c9b8efca6d9d6 (patch) | |
| tree | 8b15d250012d2b3fc2a86890361ce3af22d73d87 /src/lib/util.cc | |
| parent | 49936cb957f0d57310f05a7b17c7ab52c95e94d4 (diff) | |
Some work on KDM UI.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 424c736c2..9d42a52e5 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -43,6 +43,7 @@ #include <magick/MagickCore.h> #include <magick/version.h> #include <libdcp/version.h> +#include <libdcp/util.h> extern "C" { #include <libavcodec/avcodec.h> #include <libavformat/avformat.h> @@ -230,7 +231,7 @@ seconds (struct timeval t) void dvdomatic_setup () { - libdcp_setup (); + libdcp::init (); Format::setup_formats (); DCPContentType::setup_dcp_content_types (); |
