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 --- tools/btools.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/btools.py b/tools/btools.py index f3ad7983e74..0e1fc81dcff 100755 --- a/tools/btools.py +++ b/tools/btools.py @@ -29,6 +29,7 @@ def validate_arguments(args, bc): 'BF_PTHREADS', 'BF_PTHREADS_INC', 'BF_PTHREADS_LIB', 'BF_PTHREADS_LIBPATH', 'WITH_BF_FMOD', 'WITH_BF_OPENEXR', 'BF_OPENEXR', 'BF_OPENEXR_INC', 'BF_OPENEXR_LIB', 'BF_OPENEXR_LIBPATH', + 'WITH_BF_DDS', 'WITH_BF_FFMPEG', 'BF_FFMPEG_LIB', 'BF_FFMPEG', 'BF_FFMPEG_INC', 'WITH_BF_JPEG', 'BF_JPEG', 'BF_JPEG_INC', 'BF_JPEG_LIB', 'BF_JPEG_LIBPATH', 'WITH_BF_PNG', 'BF_PNG', 'BF_PNG_INC', 'BF_PNG_LIB', 'BF_PNG_LIBPATH', @@ -162,6 +163,8 @@ def read_opts(cfg, args): ('BF_OPENEXR_LIB', 'OPENEXR library', ''), ('BF_OPENEXR_LIBPATH', 'OPENEXR library path', ''), + (BoolOption('WITH_BF_DDS', 'Use DDS if true', 'true')), + (BoolOption('WITH_BF_FFMPEG', 'Use FFMPEG if true', 'false')), ('BF_FFMPEG', 'FFMPEG base path', ''), ('BF_FFMPEG_LIB', 'FFMPEG library', ''), -- cgit v1.2.3