diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-30 00:05:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 21:14:06 +0000 |
| commit | 6c19b21e12f73ce63edd406ea617ff25bcc9bfea (patch) | |
| tree | a671b7fd9913abef6eda535ed2551328a078cbcc /src/lib/server.cc | |
| parent | b1991796d6a4cbed8f8e1378bedbf7ecbf9647a2 (diff) | |
Use libdcp's compress_j2k; move Data into libdcp.
Diffstat (limited to 'src/lib/server.cc')
| -rw-r--r-- | src/lib/server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/server.cc b/src/lib/server.cc index 5d85d8800..8399421b5 100644 --- a/src/lib/server.cc +++ b/src/lib/server.cc @@ -30,7 +30,6 @@ #include "config.h" #include "cross.h" #include "player_video.h" -#include "data.h" #include "safe_stringstream.h" #include "raw_convert.h" #include "compose.hpp" @@ -64,6 +63,7 @@ using boost::bind; using boost::scoped_array; using boost::optional; using dcp::Size; +using dcp::Data; Server::Server (shared_ptr<Log> log, bool verbose) : _terminate (false) |
