diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-04-16 23:10:28 +0100 |
| commit | 769c71b5c3e050ccfc1c13771d24328fbf76a495 (patch) | |
| tree | f75d5c5c953884395b2e59358e2c7faff5d5ba4b /src/lib/audio_mapping.cc | |
| parent | 91bd51ff82e99113860570b519459303802bd98f (diff) | |
Add our own raw_convert that uses SafeStringStream.
Diffstat (limited to 'src/lib/audio_mapping.cc')
| -rw-r--r-- | src/lib/audio_mapping.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/audio_mapping.cc b/src/lib/audio_mapping.cc index 35e4c036c..4e5a8afa2 100644 --- a/src/lib/audio_mapping.cc +++ b/src/lib/audio_mapping.cc @@ -20,8 +20,8 @@ #include "audio_mapping.h" #include "util.h" #include "md5_digester.h" +#include "raw_convert.h" #include <libcxml/cxml.h> -#include <dcp/raw_convert.h> #include <libxml++/libxml++.h> using std::list; @@ -33,7 +33,6 @@ using std::min; using std::vector; using boost::shared_ptr; using boost::dynamic_pointer_cast; -using dcp::raw_convert; AudioMapping::AudioMapping () : _content_channels (0) |
