libdcp -> dcp fixes.
authorCarl Hetherington <cth@carlh.net>
Tue, 20 May 2014 19:22:17 +0000 (20:22 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 20 May 2014 19:22:17 +0000 (20:22 +0100)
src/lib/ffmpeg_content.cc
src/lib/types.cc

index d15f3fd26a8fcbe47175fdb23e966964a1bd5d51..6fc8bd7bb0b7beb890cffe71cc8add74c92a2185 100644 (file)
@@ -21,7 +21,7 @@ extern "C" {
 #include <libavformat/avformat.h>
 }
 #include <libcxml/cxml.h>
-#include <libdcp/raw_convert.h>
+#include <dcp/raw_convert.h>
 #include "ffmpeg_content.h"
 #include "ffmpeg_examiner.h"
 #include "compose.hpp"
@@ -42,7 +42,7 @@ using std::cout;
 using std::pair;
 using boost::shared_ptr;
 using boost::dynamic_pointer_cast;
-using libdcp::raw_convert;
+using dcp::raw_convert;
 
 int const FFmpegContentProperty::SUBTITLE_STREAMS = 100;
 int const FFmpegContentProperty::SUBTITLE_STREAM = 101;
index 83bbf41e45c19125e779b4be18f6a48e9b2a5cd0..d052b2a9a71dd3c458bc9126785a15af263e8e6c 100644 (file)
 
 #include <libxml++/libxml++.h>
 #include <libcxml/cxml.h>
-#include <libdcp/raw_convert.h>
+#include <dcp/raw_convert.h>
 #include "types.h"
 
 using std::max;
 using std::min;
 using std::string;
 using boost::shared_ptr;
-using libdcp::raw_convert;
+using dcp::raw_convert;
 
 bool operator== (Crop const & a, Crop const & b)
 {