Disable quicktime when in cmake's lite configuration

This commit is contained in:
Campbell Barton 2014-04-18 23:20:51 +10:00
parent 2a9ef256b1
commit 36defb7e66
Notes: blender-bot 2023-02-14 10:47:18 +01:00
Referenced by issue #39793, Cycles shading failure; major blowout when using an input in a certain setup on recent builds
Referenced by issue #39794, Blender crashes when rendering specific file for the second time
Referenced by issue #39799, Backdrop (compositor) ignores alpha
Referenced by issue #39786, Transform node gives bad results
1 changed files with 5 additions and 0 deletions

View File

@ -51,3 +51,8 @@ set(WITH_RAYOPTIMIZATION OFF CACHE BOOL "" FORCE)
set(WITH_SDL OFF CACHE BOOL "" FORCE)
set(WITH_X11_XINPUT OFF CACHE BOOL "" FORCE)
set(WITH_X11_XF86VMODE OFF CACHE BOOL "" FORCE)
if(APPLE)
set(WITH_CODEC_QUICKTIME OFF CACHE BOOL "" FORCE)
endif()