diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-08 14:25:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-08 14:25:10 +0100 |
| commit | f07623551706b849190c84059bac455088f8eb1e (patch) | |
| tree | 81360f73c4a52702921270c605087d0c5f03e42e /src/lib/encoded_data.h | |
| parent | 5665f1503d751391768bd7ed5894f2ecd63ea8fc (diff) | |
Adapt for changes to libdcp API.
Diffstat (limited to 'src/lib/encoded_data.h')
| -rw-r--r-- | src/lib/encoded_data.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoded_data.h b/src/lib/encoded_data.h index 245a888dd..368f267f1 100644 --- a/src/lib/encoded_data.h +++ b/src/lib/encoded_data.h @@ -18,7 +18,7 @@ */ #include "types.h" -#include <dcp/picture_mxf_writer.h> +#include <dcp/picture_asset_writer.h> #include <boost/noncopyable.hpp> #include <boost/filesystem.hpp> |
