ocio build fix for Windows
report by email and patch by Benoit Bolsee "It is a basic compilation bug (variable defined in a c file and declared in the c++ file: name decoration will change the name in the c++ file and the linker will not find it)"
This commit is contained in:
parent
0d5856e96e
commit
180de82e41
@ -48,9 +48,7 @@ using namespace OCIO_NAMESPACE;
|
||||
|
||||
static const int LUT3D_EDGE_SIZE = 64;
|
||||
|
||||
extern "C" {
|
||||
extern char datatoc_gpu_shader_display_transform_glsl[];
|
||||
}
|
||||
extern "C" char datatoc_gpu_shader_display_transform_glsl[];
|
||||
|
||||
/* **** OpenGL drawing routines using GLSL for color space transform ***** */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user