annotate vamp-sdk/vamp-sdk.pc.in @ 61:97c5ac99d725 host-factory-stuff

* install hostext headers to vamp-sdk/hostext/ rather than vamp-sdk/ * adjust timestamps in input-domain adapter so as to centre them on block as required by Plugin documentation * better handling for frequency-domain plugins that want non-power-of-two blocksizes (can't handle them, but at least try offering them a power-of-two alternative) * couple of Plugin doc additions * make PluginLoader capable of returning ready-wrapped plugins
author cannam
date Fri, 01 Jun 2007 13:53:42 +0000
parents 087c16cca0d6
children 7fc1041daa9d
rev   line source
cannam@32 1 prefix=%PREFIX%
cannam@32 2 exec_prefix=${prefix}
cannam@32 3 libdir=${exec_prefix}/lib
cannam@32 4 includedir=${prefix}/include
cannam@32 5
cannam@32 6 Name: vamp-sdk
cannam@60 7 Version: 1.1.0
cannam@51 8 Description: Development library for Vamp audio analysis plugins
cannam@32 9 Libs: -L${libdir} -lvamp-sdk
cannam@32 10 Cflags: -I${includedir}