summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-20 20:22:17 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-20 20:22:17 +0100
commite77df3f6edfb0cc9125a9c8a24aedb67aecbfff7 (patch)
tree1c34131eb05d1b319738943ab7a275921dbebe03 /src/lib
parent39bc73fe192f932ed6695eb87b19de446e8b4f55 (diff)
libdcp -> dcp fixes.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/ffmpeg_content.cc4
-rw-r--r--src/lib/types.cc4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ffmpeg_content.cc b/src/lib/ffmpeg_content.cc
index d15f3fd26..6fc8bd7bb 100644
--- a/src/lib/ffmpeg_content.cc
+++ b/src/lib/ffmpeg_content.cc
@@ -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;
diff --git a/src/lib/types.cc b/src/lib/types.cc
index 83bbf41e4..d052b2a9a 100644
--- a/src/lib/types.cc
+++ b/src/lib/types.cc
@@ -19,14 +19,14 @@
#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)
{