Merge pull request #1269 from ThomasWilshaw/otio_cmake_fix

Fix building without OTIO support
This commit is contained in:
itsmattkc
2020-10-20 23:31:19 +11:00
committed by GitHub
4 changed files with 13 additions and 3 deletions
+2
View File
@@ -54,7 +54,9 @@
#include "render/diskmanager.h"
#include "render/pixelformat.h"
#include "render/shaderinfo.h"
#ifdef USE_OTIO
#include "task/project/exportotio/exportotiotask.h"
#endif
#include "task/project/import/import.h"
#include "task/project/import/importerrordialog.h"
#include "task/project/load/load.h"