Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorJoerg Mueller <nexyon@gmail.com>2020-09-01 19:12:48 +0300
committerJoerg Mueller <nexyon@gmail.com>2020-09-01 19:12:48 +0300
commit3c54db4a4e393c26bd92769b16bf6b3fb464ffb0 (patch)
tree6075c004def6aab1417a208ed56b11abf004a31c /extern
parenta92ab93c7dc3f54ffd8290dd8055998a2c932998 (diff)
Audaspace: port compilation fix from upstream.
Diffstat (limited to 'extern')
-rw-r--r--extern/audaspace/bindings/python/PySound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/audaspace/bindings/python/PySound.cpp b/extern/audaspace/bindings/python/PySound.cpp
index f2debccfd33..33628307249 100644
--- a/extern/audaspace/bindings/python/PySound.cpp
+++ b/extern/audaspace/bindings/python/PySound.cpp
@@ -2016,7 +2016,7 @@ AUD_API Sound* checkSound(PyObject* sound)
bool initializeSound()
{
- import_array();
+ import_array1(false);
return PyType_Ready(&SoundType) >= 0;
}