Mercurial > hg > vampy
annotate vamp-plugin.map @ 53:7e59caea821b
* Make a better job of preloading Python, especially when it's in a
framework. Go for the Python file in the frameworks directory in
preference to any libpythonX.Y.dylib. Particularly, don't try to
preload any library without an absolute path until we've exhausted
all our framework possibilities (so as to avoid picking up an
ancient system library).
author | cannam |
---|---|
date | Fri, 09 Oct 2009 13:48:25 +0000 |
parents | 27bab3a16c9a |
children |
rev | line source |
---|---|
fazekasgy@37 | 1 { |
fazekasgy@37 | 2 global: vampGetPluginDescriptor; |
fazekasgy@37 | 3 local: *; |
fazekasgy@37 | 4 }; |