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/editors/space_image/Makefile')
-rw-r--r--source/blender/editors/space_image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_image/Makefile b/source/blender/editors/space_image/Makefile
index 7267d1abb93..1838b9ce73d 100644
--- a/source/blender/editors/space_image/Makefile
+++ b/source/blender/editors/space_image/Makefile
@@ -66,11 +66,11 @@ ifeq ($(WITH_LCMS), true)
CPPFLAGS += -I$(BF_LCMS_INC)
endif
-ifeq ($(WHITH_CINEON), true)
+ifeq ($(WITH_CINEON), true)
CPPFLAGS += -DWITH_CINEON
endif
-ifeq ($(WHITH_HDR), true)
+ifeq ($(WITH_HDR), true)
CPPFLAGS += -DWITH_HDR
endif