diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-20 23:48:51 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-20 23:48:51 +0100 |
| commit | bed373d380d35294b03d228a2ef41cfa8fceb4b0 (patch) | |
| tree | 0814e6039bb4d9e4aa4d12da989d005da5305b6e /src/lib/util.h | |
| parent | 2b1f823c64e400de11799849c4788d4ee774b286 (diff) | |
Support TGA file directories and improve progress reporting when hashing directories of image files.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index 121deb532..a83426206 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -51,8 +51,7 @@ extern "C" { /** The maximum number of audio channels that we can cope with */ #define MAX_AUDIO_CHANNELS 6 -class Scaler; -class Film; +class Job; extern std::string seconds_to_hms (int); extern std::string seconds_to_approximate_hms (int); @@ -63,7 +62,7 @@ extern void dcpomatic_setup (); extern void dcpomatic_setup_gettext_i18n (std::string); extern std::vector<std::string> split_at_spaces_considering_quotes (std::string); extern std::string md5_digest (boost::filesystem::path); -extern std::string md5_digest_directory (boost::filesystem::path); +extern std::string md5_digest_directory (boost::filesystem::path, boost::shared_ptr<Job>); extern std::string md5_digest (void const *, int); extern void ensure_ui_thread (); extern std::string audio_channel_name (int); |
