Mercurial > hg > vamp-plugin-sdk
annotate pkgconfig/vamp-sdk.pc.in @ 277:6d355f1b7eaf
* Patch from Richard Ash to make building the host optional, so you can
at least build the SDK even if you don't have libsndfile
author | cannam |
---|---|
date | Thu, 12 Feb 2009 12:01:58 +0000 |
parents | 3451f7dfa2be |
children | c97e70ed5abc |
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-sdk |
cannam@228 | 7 Version: 2.0.0 |
cannam@228 | 8 Description: Development library for Vamp audio analysis plugins |
cannam@228 | 9 Libs: -L${libdir} -lvamp-sdk |
cannam@228 | 10 Cflags: -I${includedir} |