annotate vamp-sdk/vamp-hostsdk.pc.in @ 168:006a775133b1

* Re-do the way the v2 structure (with durations) is returned. I bungled backward compatibility -- I failed to spot the contiguous array returned from process()... duh. Also bump library versions.
author cannam
date Thu, 24 Jul 2008 16:50:11 +0000
parents 120f88880347
children
rev   line source
cannam@51 1 prefix=%PREFIX%
cannam@51 2 exec_prefix=${prefix}
cannam@51 3 libdir=${exec_prefix}/lib
cannam@51 4 includedir=${prefix}/include
cannam@51 5
cannam@51 6 Name: vamp-hostsdk
cannam@166 7 Version: 1.3.0
cannam@51 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@51 9 Libs: -L${libdir} -lvamp-hostsdk
cannam@51 10 Cflags: -I${includedir}