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:
authorDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:04 +0400
committerDalai Felinto <dfelinto@gmail.com>2013-10-11 20:38:04 +0400
commit029f4b9767d149f10317d060fcc521b8b994c6d5 (patch)
treec051b63f159c3eaafab072ded54dfbc478e5cfed /source/blender/imbuf/IMB_imbuf_types.h
parentce52dc2900b9270fe8b73ca9cf07a3f428d873b7 (diff)
adding WITH_IMAGE_OPENIMAGEIO and removing the PSD build option
As per Brecht van Lommel's suggestion.
Diffstat (limited to 'source/blender/imbuf/IMB_imbuf_types.h')
-rw-r--r--source/blender/imbuf/IMB_imbuf_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h
index df9101247d5..d20130805c0 100644
--- a/source/blender/imbuf/IMB_imbuf_types.h
+++ b/source/blender/imbuf/IMB_imbuf_types.h
@@ -180,7 +180,7 @@ typedef struct ImBuf {
*/
#define IB_CUSTOM_FLAGS_MASK 0x7ff
-#ifdef WITH_PSD
+#ifdef WITH_OPENIMAGEIO
#define PSD (1 << 31)
#endif