Add a stored list of DKDMs to the creator rather than just a load button (#767).
[dcpomatic.git] / src / tools / dcpomatic_create.cc
index 6c479e698bff5911e29a202b1f4809de8d89a655..e3feacb549c12fabc55fea8eba0474ec94984270 100644 (file)
@@ -27,6 +27,7 @@
 #include "lib/dcp_content_type.h"
 #include "lib/ratio.h"
 #include "lib/image_content.h"
+#include <libxml++/libxml++.h>
 #include <boost/filesystem.hpp>
 #include <getopt.h>
 #include <string>
@@ -81,6 +82,7 @@ public:
 int
 main (int argc, char* argv[])
 {
+       dcpomatic_setup_path_encoding ();
        dcpomatic_setup ();
 
        string name;