Move raw_convert into libdcp.
[dcpomatic.git] / src / lib / player_video.cc
index 62dee823ff468c2121cdf05321b6cbd4e592d6ec..a86ff14516c941a745914705b473ee26bdd6db61 100644 (file)
@@ -23,7 +23,7 @@
 #include "image_proxy.h"
 #include "j2k_image_proxy.h"
 #include "film.h"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 extern "C" {
 #include <libavutil/pixfmt.h>
 }
@@ -37,6 +37,7 @@ using boost::dynamic_pointer_cast;
 using boost::optional;
 using boost::function;
 using dcp::Data;
+using dcp::raw_convert;
 
 PlayerVideo::PlayerVideo (
        shared_ptr<const ImageProxy> in,