blender compiling. how to turn quicktime off

the only thing wy i cant compile blender is becouse i don’t have quicktime sdk

how do i turn it of so i can compile without quicktime:eyebrowlift2:

If you are using scons, then you will need to edit your user-config.py file. If you are using cmake, just uncheck WITH_QUICKTIME.

Here’s a link to the instructions on how to build Blender on Blender.org:
http://wiki.blender.org/index.php/Dev:2.5/Doc/Building_Blender

yes i use scons user config
but witch option do i use to turn it off ?

WITH_BF_QUICKTIME = False

Btw, look at these compiling guides

http://www.box.net/shared/0rcsvxcozd
http://www.box.net/shared/phxu9semk8

but they say that in the 32 bit compiling you need :

#BF_BUILDDIR = r’c:\build’ # When building with MinGW it is necessary to use as shallow path as possible - not needed to set when using MSVCWITH_BF_FFMPEG = TrueWITH_BF_OPENAL = TrueWITH_BF_GAMEENGINE = TrueWITH_BF_PLAYER = TrueWITH_BF_JACK = TrueWITH_BF_SDL = TrueWITH_BF_ICONV = TrueWITH_BF_COLLADA = TrueWITH_BUILDINFO = TrueBF_DEBUG = FalseBF_NUMJOBS = 1so where is WITH-BF-QUICKTIME ?

sry it looks like it copied the collors tooit’s just that in the script i must use there is no option for quicktime turn on or offbut if i compile it sais quicktime sdk is missingso i want to turn it of

does someone know whats wrong with the website?

Try this: http://blenderartists.org/forum/showthread.php?t=203314&pagenumber=

Specifically line 121 in buildfiles/scons/config/win32-vc-config.py

… at least that is how I did it, it’s not the right way, but it’s a way.