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:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-11-02 14:20:31 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-11-02 14:20:31 +0300
commit3b43a5228e37e8cb79063474295a951c423497b3 (patch)
tree42c4ef998bf36a442d3848a4e0c45909376da45e /source/blender/imbuf/SConscript
parentda1765765baf3bc84059548a43beec0c3a1c2d41 (diff)
Mac / COCOA :
- revert tiff load/save to use standard libtiff (to ensure 100% colorimetry & alpha interpretation across platforms) - include patch #18720 to fix load of libtiff dynlib (if present on system)
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 9684c19b247..a8d91b2d31e 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -2,10 +2,6 @@
Import ('env')
sources = env.Glob('intern/*.c')
-if env['WITH_GHOST_COCOA']:
- sources += env.Glob('intern/*.m')
- sources.remove('intern/dynlibtiff.c')
- sources.remove('intern/tiff.c')
incs = '. ../makesdna #/intern/guardedalloc #/intern/memutil ../blenlib'
incs += ' ../avi ../blenkernel'