Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp.pc.in @ 263:4454843ff384
* OK, we're going to have to place the host stuff in its own namespace
too. Otherwise our new SV build on OSX fails to load old plugins
because they pull in the host namespace PluginBase and thus report
the wrong Vamp version... *sigh*
author | cannam |
---|---|
date | Thu, 20 Nov 2008 15:01:30 +0000 |
parents | 7b12c3decc42 |
children | c97e70ed5abc |
rev | line source |
---|---|
cannam@229 | 1 prefix=%PREFIX% |
cannam@229 | 2 exec_prefix=${prefix} |
cannam@229 | 3 libdir=${exec_prefix}/lib |
cannam@229 | 4 includedir=${prefix}/include |
cannam@229 | 5 |
cannam@229 | 6 Name: vamp |
cannam@234 | 7 Version: 2.0 |
cannam@229 | 8 Description: An API for audio analysis and feature extraction plugins |
cannam@229 | 9 Libs: |
cannam@229 | 10 Cflags: -I${includedir} |