diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-08-11 11:07:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-08-12 09:14:05 +0100 |
| commit | 73654117144c6de0ec4efe39ddc88485df546cc9 (patch) | |
| tree | 4402a65c2988ba6e678c4cf51f6e2d48cad424e5 /src/lib/ffmpeg_subtitle_stream.cc | |
| parent | b1dc9c3a2f7e55c9afc5bf2d5b465371b048e14f (diff) | |
Move raw_convert into libdcp.
Diffstat (limited to 'src/lib/ffmpeg_subtitle_stream.cc')
| -rw-r--r-- | src/lib/ffmpeg_subtitle_stream.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_subtitle_stream.cc b/src/lib/ffmpeg_subtitle_stream.cc index eb870c241..627b0fef1 100644 --- a/src/lib/ffmpeg_subtitle_stream.cc +++ b/src/lib/ffmpeg_subtitle_stream.cc @@ -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(). |
