From e5797936523d7834c8a4fc3a29e7b37472dc2170 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 21 Feb 2004 19:00:31 +0000 Subject: - [win32] updated SConscripts to use new configuration method (config.opts). NOTE: ODE support needs still to be reviewed, so disable gameengine for now. --- source/blender/avi/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/avi') diff --git a/source/blender/avi/SConscript b/source/blender/avi/SConscript index 8548178606c..752b647bc88 100644 --- a/source/blender/avi/SConscript +++ b/source/blender/avi/SConscript @@ -21,5 +21,6 @@ source_files = ['intern/avi.c', avi_env.Append (CPPPATH = ['.', '#/intern/guardedalloc']) +avi_env.Append (CPPPATH=user_options_dict['JPEG_INCLUDE']) avi_env.Append (CPPPATH=extra_includes) avi_env.Library (target='#'+user_options_dict['BUILD_DIR']+'/lib/blender_avi', source=source_files) -- cgit v1.2.3