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:
authorNils Thuerey <nils@thuerey.de>2005-11-23 11:50:57 +0300
committerNils Thuerey <nils@thuerey.de>2005-11-23 11:50:57 +0300
commitc35a8fe4635305f442e843d41270e94773afbd0c (patch)
tree5b37ef890f73537f6d6bf416d3ba38dd709d2db7 /source/blender/imbuf/SConscript
parent06a496254c4444ba9af5419c6ee7f5faa707cbd8 (diff)
- added dynlibtiff.c and tiff.c for compilation
Diffstat (limited to 'source/blender/imbuf/SConscript')
-rw-r--r--source/blender/imbuf/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript
index 55bf18e404b..9f9c0e90605 100644
--- a/source/blender/imbuf/SConscript
+++ b/source/blender/imbuf/SConscript
@@ -17,6 +17,7 @@ source_files = ['intern/allocimbuf.c',
'intern/data.c',
'intern/dither.c',
'intern/divers.c',
+ 'intern/dynlibtiff.c',
'intern/filter.c',
'intern/ham.c',
'intern/hamx.c',
@@ -31,6 +32,7 @@ source_files = ['intern/allocimbuf.c',
'intern/rotate.c',
'intern/scaling.c',
'intern/targa.c',
+ 'intern/tiff.c',
'intern/util.c',
'intern/writeimage.c']