Mercurial > hg > vampy
diff pyvamp-main.cpp @ 3:134313c59d82
* Add global mutex to PyPlugin -- all plugin method calls are strictly
serialised in order to avoid problems with Python interpreter's lack of
thread safety.
author | cannam |
---|---|
date | Fri, 14 Mar 2008 12:02:15 +0000 |
parents | 211ebe55d521 |
children | e1b508f2f914 |
line wrap: on
line diff
--- a/pyvamp-main.cpp Wed Mar 12 12:42:19 2008 +0000 +++ b/pyvamp-main.cpp Fri Mar 14 12:02:15 2008 +0000 @@ -40,8 +40,7 @@ * Copyright 2008, George Fazekas. */ -//#include "Python.h" -#include "/usr/include/python/Python.h" +#include <Python.h> #include "vamp/vamp.h" #include "vamp-sdk/PluginAdapter.h" #include "PyPlugScanner.h"