inverted macro so OCIO support is enabled by default

This commit is contained in:
itsmattkc
2019-03-11 02:45:02 +11:00
parent 938224214c
commit a800904580
11 changed files with 188 additions and 162 deletions
+2 -2
View File
@@ -29,7 +29,7 @@ extern "C" {
#include <QDesktopWidget>
#include <QDebug>
#ifdef OLIVE_OCIO
#ifndef NO_OCIO
#include <OpenColorIO/OpenColorIO.h>
namespace OCIO = OCIO_NAMESPACE;
#endif
@@ -376,7 +376,7 @@ GLuint compose_sequence(ComposeSequenceParams &params) {
fbo_switcher = !fbo_switcher;
}
#ifdef OLIVE_OCIO
#ifndef NO_OCIO
// convert to linear colorspace
if (olive::CurrentConfig.enable_color_management)
{