From 613646b33e5fde13158a8d8644df8c97bdde2fbb Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Mon, 25 Jun 2007 19:50:25 +0000 Subject: This commit is a modified version of patch #6860 It adds read only dds support. (Writing will come later) Kent --- source/blender/imbuf/SConscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/imbuf/SConscript') diff --git a/source/blender/imbuf/SConscript b/source/blender/imbuf/SConscript index 7d3503dfe2d..f9e46b20d9a 100644 --- a/source/blender/imbuf/SConscript +++ b/source/blender/imbuf/SConscript @@ -20,6 +20,9 @@ if env['WITH_BF_VERSE']: if env['WITH_BF_OPENEXR'] == 1: defs.append('WITH_OPENEXR') +if env['WITH_BF_DDS'] == 1: + defs.append('WITH_DDS') + if env['WITH_BF_FFMPEG'] == 1: defs.append('WITH_FFMPEG') incs += ' ' + env['BF_FFMPEG_INC'] -- cgit v1.2.3