Make imbuf's OIIO bindings to compile with latest OIIO from git
This commit is contained in:
@@ -213,7 +213,7 @@ struct ImBuf *imb_load_photoshop(const char *filename, int flags, char colorspac
|
||||
in = ImageInput::create(filename);
|
||||
if (!in) {
|
||||
std::cerr << __func__ << ": ImageInput::create() failed:" << std::endl
|
||||
<< OpenImageIO::geterror() << std::endl;
|
||||
<< OIIO_NAMESPACE::geterror() << std::endl;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user