Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp-hostsdk.pc.in @ 337:d5c5a52e6c9f
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 11:37:31 +0100 |
parents | f9e13bc35b3e |
children | dc40fff9f20b |
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@337 | 7 Version: 2.4 |
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} |