cmake option to build without an audio library.

This commit is contained in:
2011-06-23 09:27:56 +00:00
parent 9c2aa3d0ff
commit 2023db70a8
28 changed files with 256 additions and 75 deletions

View File

@@ -179,7 +179,9 @@ static struct _inittab bpy_internal_modules[]= {
// {(char *)"mathutils.geometry", BPyInit_mathutils_geometry},
{(char *)"bgl", BPyInit_bgl},
{(char *)"blf", BPyInit_blf},
#ifdef WITH_AUDASPACE
{(char *)"aud", AUD_initPython},
#endif
{NULL, NULL}
};