diff PyPlugScanner.h @ 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 e20e214bdfb5
children 7d28bed0864e
line wrap: on
line diff
--- a/PyPlugScanner.h	Wed Mar 12 12:42:19 2008 +0000
+++ b/PyPlugScanner.h	Fri Mar 14 12:02:15 2008 +0000
@@ -41,7 +41,7 @@
 #ifndef _VAMP_PYPLUG_SCANNER_H_
 #define _VAMP_PYPLUG_SCANNER_H_
 
-#include "/usr/include/python/Python.h"
+#include <Python.h>
 #include <iostream>
 #include <vector>
 #include <string>
@@ -70,4 +70,4 @@
 };
 
 #endif	
-	
\ No newline at end of file
+