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:
-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']