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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--source/blender/imbuf/CMakeLists.txt9
1 files changed, 2 insertions, 7 deletions
diff --git a/source/blender/imbuf/CMakeLists.txt b/source/blender/imbuf/CMakeLists.txt
index 55497fdabb7..336f4cc70b0 100644
--- a/source/blender/imbuf/CMakeLists.txt
+++ b/source/blender/imbuf/CMakeLists.txt
@@ -24,13 +24,8 @@
#
# ***** END GPL LICENSE BLOCK *****
-IF(WITH_COCOA)
- FILE(GLOB SRC intern/*.c intern/*.m)
- LIST(REMOVE_ITEM SRC "${CMAKE_CURRENT_SOURCE_DIR}/intern/dynlibtiff.c")
- LIST(REMOVE_ITEM SRC "${CMAKE_CURRENT_SOURCE_DIR}/intern/tiff.c")
-ELSE(WITH_COCOA)
- FILE(GLOB SRC intern/*.c)
-ENDIF(WITH_COCOA)
+FILE(GLOB SRC intern/*.c)
+
SET(INC
. ../makesdna ../../../intern/guardedalloc ../../../intern/memutil ../blenlib