Use dcpomatic's raw_convert rather than libdcp's.
authorCarl Hetherington <cth@carlh.net>
Thu, 18 Feb 2016 17:34:39 +0000 (17:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Thu, 18 Feb 2016 17:34:39 +0000 (17:34 +0000)
src/tools/dcpomatic.cc

index 1a85321340314fec10ee39263f9c8350d4588f99..7d41ff2e6d04dc9dbdcfe467d6ec73291a5fd472 100644 (file)
@@ -57,7 +57,6 @@
 #include "lib/cinema_kdms.h"
 #include "lib/dcpomatic_socket.h"
 #include <dcp/exceptions.h>
-#include <dcp/raw_convert.h>
 #include <wx/generic/aboutdlgg.h>
 #include <wx/stdpaths.h>
 #include <wx/cmdline.h>
@@ -90,7 +89,6 @@ using std::list;
 using std::exception;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
-using dcp::raw_convert;
 
 class FilmChangedDialog
 {