Basic support for trusted device lists in KDMs (#750).
[dcpomatic.git] / src / lib / ffmpeg_stream.cc
index f28a2f14e7e7f78ccabe5815a43e539757c639f8..dfd6f718c60007a3e8e60e84f75d3833450dfe54 100644 (file)
 
 #include "ffmpeg_stream.h"
 #include "dcpomatic_assert.h"
-#include <dcp/raw_convert.h>
+#include "raw_convert.h"
 #include <libxml++/libxml++.h>
 extern "C" {
 #include <libavformat/avformat.h>
 }
 
 using std::string;
-using dcp::raw_convert;
 
 FFmpegStream::FFmpegStream (cxml::ConstNodePtr node)
        : name (node->string_child ("Name"))