This commit is a modified version of patch #6860

It adds read only dds support.  (Writing will come later)

Kent
This commit is contained in:
2007-06-25 19:50:25 +00:00
parent ddc68225c2
commit 613646b33e
42 changed files with 3058 additions and 2 deletions

View File

@@ -35,6 +35,9 @@ if env['WITH_BF_INTERNATIONAL'] == 1:
if env['WITH_BF_OPENEXR'] == 1:
defs.append('WITH_OPENEXR')
if env['WITH_BF_DDS'] == 1:
defs.append('WITH_DDS')
if env['WITH_BF_QUICKTIME']==1:
incs += ' ' + env['BF_QUICKTIME_INC']
defs.append('WITH_QUICKTIME')