diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-05 23:34:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-05 23:34:21 +0000 |
| commit | 49936cb957f0d57310f05a7b17c7ab52c95e94d4 (patch) | |
| tree | 59c22abf44a5c180af4459b8513a8f6c11b418f0 /src/lib/util.cc | |
| parent | 881c8455d01de5c785c01f7dc55fef0aede2f3b2 (diff) | |
Basic encryption UI.
Diffstat (limited to 'src/lib/util.cc')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index 45965385c..424c736c2 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -230,6 +230,8 @@ seconds (struct timeval t) void dvdomatic_setup () { + libdcp_setup (); + Format::setup_formats (); DCPContentType::setup_dcp_content_types (); Scaler::setup_scalers (); |
