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:
@@ -23,6 +23,9 @@ if env['WITH_BF_YAFRAY'] == 1:
|
||||
if env['WITH_BF_INTERNATIONAL'] == 1:
|
||||
SConscript (['ftfont/SConscript'])
|
||||
|
||||
if env['WITH_BF_DDS'] == 1:
|
||||
SConscript (['imbuf/intern/dds/SConscript'])
|
||||
|
||||
if env['WITH_BF_OPENEXR'] == 1:
|
||||
SConscript (['imbuf/intern/openexr/SConscript'])
|
||||
|
||||
|
Reference in New Issue
Block a user