Move raw_convert into libdcp.
[dcpomatic.git] / src / lib / ffmpeg_subtitle_stream.cc
index eb870c24164e3bb362b8385d2ff8f6162b8c23d5..627b0fef1c8b61b6890397c97282f4d42f7700af 100644 (file)
@@ -19,7 +19,7 @@
 */
 
 #include "ffmpeg_subtitle_stream.h"
-#include "raw_convert.h"
+#include <dcp/raw_convert.h>
 #include <libxml++/libxml++.h>
 #include <boost/foreach.hpp>
 #include <iostream>
@@ -29,6 +29,7 @@ using std::map;
 using std::list;
 using std::cout;
 using std::make_pair;
+using dcp::raw_convert;
 
 /** Construct a SubtitleStream from a value returned from to_string().
  *  @param t String returned from to_string().