Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/bpy_app_build_options.c
| Context not available. | |||||
| {(char *)"international", NULL}, | {(char *)"international", NULL}, | ||||
| {(char *)"openal", NULL}, | {(char *)"openal", NULL}, | ||||
| {(char *)"sdl", NULL}, | {(char *)"sdl", NULL}, | ||||
| {(char *)"sdl_dynload", NULL}, | |||||
| {(char *)"jack", NULL}, | {(char *)"jack", NULL}, | ||||
| {(char *)"libmv", NULL}, | {(char *)"libmv", NULL}, | ||||
| {(char *)"mod_boolean", NULL}, | {(char *)"mod_boolean", NULL}, | ||||
| Context not available. | |||||
| SetObjIncref(Py_False); | SetObjIncref(Py_False); | ||||
| #endif | #endif | ||||
| #ifdef WITH_SDL_DYNLOAD | |||||
| SetObjIncref(Py_True); | |||||
| #else | |||||
| SetObjIncref(Py_False); | |||||
| #endif | |||||
| #ifdef WITH_JACK | #ifdef WITH_JACK | ||||
| SetObjIncref(Py_True); | SetObjIncref(Py_True); | ||||
| #else | #else | ||||
| Context not available. | |||||