Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/imbuf/intern/Makefile')
-rw-r--r--source/blender/imbuf/intern/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/Makefile b/source/blender/imbuf/intern/Makefile
index 19040abd5f6..f51844aad96 100644
--- a/source/blender/imbuf/intern/Makefile
+++ b/source/blender/imbuf/intern/Makefile
@@ -39,8 +39,10 @@ include nan_subdirs.mk
include nan_compile.mk
include nan_definitions.mk
+DIRS = cineon
+
ifeq ($(WITH_OPENEXR), true)
- DIRS = openexr
+ DIRS += openexr
CFLAGS += -DWITH_OPENEXR
endif