Fix: Build error without OpenEXR

See d5781c2a61
This commit is contained in:
Hans Goudey
2023-06-16 13:59:35 -04:00
parent 17aaff69c6
commit a6931db38b

View File

@@ -62,6 +62,7 @@ bool IMB_exr_set_channel(void * /*handle*/,
int /*ystride*/,
float * /*rect*/)
{
return false;
}
float *IMB_exr_channel_rect(void * /*handle*/,
const char * /*layname*/,