annotate pkgconfig/vamp-hostsdk.pc.in @ 354:e85513153c71

Initialise rate to 0. Otherwise there's a danger plugins will change the SampleType (e.g. to VariableSampleRate) but not set the rate because they don't think they need it (when in fact it needs to be set to 0)
author Chris Cannam
date Thu, 28 Mar 2013 15:49:17 +0000
parents dc40fff9f20b
children 5628c5ec4000
rev   line source
cannam@228 1 prefix=%PREFIX%
cannam@228 2 exec_prefix=${prefix}
cannam@228 3 libdir=${exec_prefix}/lib
cannam@228 4 includedir=${prefix}/include
cannam@228 5
cannam@228 6 Name: vamp-hostsdk
Chris@349 7 Version: 2.5
cannam@228 8 Description: Development library for Vamp audio analysis plugin hosts
cannam@280 9 Libs: -L${libdir} -lvamp-hostsdk -ldl
cannam@228 10 Cflags: -I${includedir}