mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-01-22 14:51:11 +01:00
Update CMAKE for OSX
minor text message changes
This commit is contained in:
@@ -36,6 +36,7 @@ MultiFileSequence::MultiFileSequence(const std::list<std::string> &list_files)
|
||||
if ( SystemToolkit::extension_filename(location).empty() ||
|
||||
SystemToolkit::path_filename(location) != SystemToolkit::path_filename(list_files.front()) ||
|
||||
list_files.size() != max - min + 1 ) {
|
||||
Log::Info("MultiFileSequence '%s' invalid.", location.c_str());
|
||||
location.clear();
|
||||
}
|
||||
|
||||
@@ -47,6 +48,8 @@ MultiFileSequence::MultiFileSequence(const std::list<std::string> &list_files)
|
||||
width = media.width;
|
||||
height = media.height;
|
||||
}
|
||||
else
|
||||
Log::Info("MultiFileSequence '%s' does not list images.", location.c_str());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user