Fix: Build using WITH_OPENCOLORIO=OFF fails after recent changes

This commit is contained in:
Brecht Van Lommel
2025-09-09 16:43:23 +02:00
parent 0484738f8b
commit 0c0dc2a3a6

View File

@@ -34,7 +34,6 @@ static unordered_map<ustring, OCIO::ConstProcessorRcPtr> cached_processors;
static thread_mutex cache_scene_linear_mutex;
static string cache_scene_linear_name;
#endif
static void check_invalidate_caches()
{
@@ -64,6 +63,7 @@ static void check_invalidate_caches()
}
}
}
#endif
ColorSpaceProcessor *ColorSpaceManager::get_processor(ustring colorspace)
{